tosca-parser/doc/source/installation.rst
XiaojueGuan e17c2a8060 Trivial: Update pypi url to new url
Change-Id: I7914eee8290ce75a098d6f2728c8d1751ab647c7
2018-05-01 15:49:59 +00:00

577 B

Installation

PyPI Installation

Tosca-Parser can be installed via a PyPI package. Refer to https://pypi.org/project/tosca-parser for available packages. The latest release can be simply installed by running the following command:

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:

git clone https://github.com/openstack/tosca-parser
cd tosca-parser
sudo python setup.py install