File: installation.rst

package info (click to toggle)
python-tosca-parser 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,200 kB
  • sloc: python: 10,420; sh: 154; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
============
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