.. _installation: ************************* Installation Instructions ************************* Using pip ========= Simply use:: pip install pyss3 Or, if you already have installed an old version, update it with:: pip install --upgrade pyss3 Installation from source ======================== To install latest version from github, clone the source from the project repository and install with setup.py:: git clone https://github.com/sergioburdisso/pyss3 cd pyss3 pip install -r requirements.txt pip install .