Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 364 Bytes

makerEyes

Project handled with 'virtualevn'

Basic steps to install 'virtualenv'

> pip install virtualenv
> cd makerEyes
> virtualevn init .
> virtualenv --python=<path to python3>/python3 .
> source ./bin/activate
> pip install -r requirements.txt
…
> deactivate

Current Python Version

$ python --version Python 3.6.1