************************* Runtime Environment Setup ************************* - Python 2.7 (recommend leveraging a Virtual Python runtime, e.g. `Virtualenv `__, 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 /snaps/ `Testing `__ ------------------------- `Virtual Environment Deployment `__ ------------------------------------------------------