summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/index.rst
blob: 58b67a393bdcacac9f12e64489a420e93a565059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*************************
Runtime Environment Setup
*************************

-  Python 2.7 (recommend leveraging a Virtual Python runtime, e.g.
   `Virtualenv <https://virtualenv.pypa.io>`__, in your development
   environment)
-  Development packages for python and openssl. On CentOS/RHEL:

   # yum install python-devel openssl-devel

On Ubuntu:

::

      # apt-get install python2.7-dev libssl-dev

-  Install SNAPS Library

   -  pip install -e <path to repo>/snaps/

`Testing <Testing.rst>`__
-------------------------

`Virtual Environment Deployment <VirtEnvDeploy.rst>`__
------------------------------------------------------