Converted existing markdown documentation to RST format.
[snaps.git] / docs / how-to-use / index.rst
1 *************************
2 Runtime Environment Setup
3 *************************
4
5 -  Python 2.7 (recommend leveraging a Virtual Python runtime, e.g.
6    `Virtualenv <https://virtualenv.pypa.io>`__, in your development
7    environment)
8 -  Development packages for python and openssl. On CentOS/RHEL:
9
10    # yum install python-devel openssl-devel
11
12 On Ubuntu:
13
14 ::
15
16       # apt-get install python2.7-dev libssl-dev
17
18 -  Install SNAPS Library
19
20    -  pip install -e <path to repo>/snaps/
21
22 `Testing <Testing.rst>`__
23 -------------------------
24
25 `Virtual Environment Deployment <VirtEnvDeploy.rst>`__
26 ------------------------------------------------------