summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/doc/source/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tosca2heat/tosca-parser/doc/source/installation.rst')
-rw-r--r--tosca2heat/tosca-parser/doc/source/installation.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/tosca2heat/tosca-parser/doc/source/installation.rst b/tosca2heat/tosca-parser/doc/source/installation.rst
index f3805a5..5476d41 100644
--- a/tosca2heat/tosca-parser/doc/source/installation.rst
+++ b/tosca2heat/tosca-parser/doc/source/installation.rst
@@ -2,8 +2,17 @@
Installation
============
-You can clone the project and use it as below::
+PyPI Installation
+-----------------
+Tosca-Parser can be installed via a PyPI package. Refer to https://pypi.python.org/pypi/tosca-parser for available packages.
+The latest release can be simply installed by running the following command::
- git clone https://github.com/openstack/tosca-parser
+ sudo pip install tosca-parser
+
+Manual Installation
+-------------------
+You can manually install the latest code available at the TOSCA-Parser github repository by following these steps::
-Tosca-Parser can be installed via PyPI package as well. Refer to https://pypi.python.org/pypi/tosca-parser for available packages. \ No newline at end of file
+ git clone https://github.com/openstack/tosca-parser
+ cd tosca-parser
+ sudo python setup.py install