summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/doc/source/installation.rst
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-02-26 00:49:42 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-02-26 00:58:41 +0800
commit406214e5ca40ad57a1c40e4a8454336f6a26cac2 (patch)
treec07fa0c0a66716351a367d1959415584fb73bab1 /tosca2heat/tosca-parser/doc/source/installation.rst
parent0504c523da459a48721fef74216125d83a4e057d (diff)
Sync upstream code
Sync upstream project of tosca-parser Change-Id: Ic707844203ea05007b3c02e9dcadb52389eb3149 JIRA:PARSER-118 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
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