Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 414 Bytes

File metadata and controls

23 lines (15 loc) · 414 Bytes

SnAkE

Project handled with 'virtualevn'

Basic steps to install 'virtualenv'

> pip3 install virtualenv
> cd SnAkE
> ~/Library/Python/3.7/bin/virtualenv .
> virtualenv --python=<path to python3>/python3 .
> source ./bin/activate
> pip3 install -r requirements.txt
…
> deactivate


> pip freeze > requirements.txt

Current Python Version

$ python --version Python 3.7