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.rst18
1 files changed, 0 insertions, 18 deletions
diff --git a/tosca2heat/tosca-parser/doc/source/installation.rst b/tosca2heat/tosca-parser/doc/source/installation.rst
deleted file mode 100644
index 5476d41..0000000
--- a/tosca2heat/tosca-parser/doc/source/installation.rst
+++ /dev/null
@@ -1,18 +0,0 @@
-============
-Installation
-============
-
-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::
-
- 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