tosca-parser/doc/source/installation.rst
Manpreet Kaur e7b9386a91 Fix old link in Installation guide
The TOSCA parser manual installation section refers to an old link
[1] for the TOSCA-Parser source code repository.
The new link for the TOSCA-Parser repository is [2].

[1] https://github.com/openstack/tosca-parser
[2] https://opendev.org/openstack/tosca-parser

Closes-Bug: #1934569
Change-Id: Ie7701e2a74671a0f9a8adda87ffab141e0504e60
2021-07-03 21:29:15 +05:30

578 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://opendev.org/openstack/tosca-parser
cd tosca-parser
sudo python setup.py install