remove contributors
[parser.git] / docs / installationprocedure / policy2tosca.rst
1 # Licensed under the Apache License, Version 2.0 (the "License");
2 # you may not use this file except in compliance with the License.
3 # You may obtain a copy of the License at
4 #
5 #    http://www.apache.org/licenses/LICENSE-2.0
6 #
7 # Unless required by applicable law or agreed to in writing, software
8 # distributed under the License is distributed on an "AS IS" BASIS,
9 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10 # implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 Prerequisites
15 =============
16
17 Parser - POLICY2TOSCA requires the following to be installed.
18
19 1. cliff
20 --------
21
22 Install cliff with the following links.
23 ::
24 - `install <http://docs.openstack.org/developer/cliff/install.html>`
25 or
26 - `demoapp <http://docs.openstack.org/developer/cliff/demoapp.html>`
27
28 Installation
29 ============================
30
31 Please follow the below installation steps to install parser - POLICY2TOSCA.
32
33 Step 1: Clone the parser project.
34
35 .. code-block:: bash
36
37     git clone https://gerrit.opnfv.org/gerrit/parser
38
39 Step 2: Install the policy2tosca module.
40
41 .. code-block:: bash
42
43     cd parser/policy2tosca
44     python setup.py install