$ python --version
Python 3.5.5
Here is the link AND Add your ssh key to Authorised Access keys list in the server, so that It wont ask for the password
$ git clone https://github.com/<user>/<repo_name>.git
OR
$ git clone [email protected]:<USER>/<REPO_NAME>.git
$ conda env create -f flask_auto_deploy.yml
$ source activate env_name
$ pip install -r requirements.txt
$ fab --list
$ fab service nginx status