879ad39173
- move installation to extra file - add a contribution and testing section - add extra file to explain usage with some examples Change-Id: I1091ae45968a82915dc0f71984bff0c8bf25c6ea
464 B
464 B
Installation
From PyPI
For your convenience, renderspec is also available from the Cheese Shop:
pip install renderspec
From source
If you want to hack renderspec or just have the latest version without waiting for next release, use the git repo directly a la
git clone https://git.openstack.org/openstack/renderspec
cd renderspec
python setup.py develop --user