renderspec/doc/source/installation.rst
Thomas Bechtold 879ad39173 Update documentation
- move installation to extra file
- add a contribution and testing section
- add extra file to explain usage with some examples

Change-Id: I1091ae45968a82915dc0f71984bff0c8bf25c6ea
2016-03-02 17:19:51 +01:00

25 lines
464 B
ReStructuredText

Installation
============
From PyPI
*********
For your convenience, `renderspec` is also available from the Cheese
Shop:
.. code-block:: shell
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
.. code-block:: shell
git clone https://git.openstack.org/openstack/renderspec
cd renderspec
python setup.py develop --user