The python code to be run in the raspberry.
- Install virtualenv
pip install virtualenv
virtualenv --version-
Install virtualenvwrapper -> https://virtualenvwrapper.readthedocs.io/en/latest/install.html
-
Create the virtual environment
mkvirtualenv raspberry
workon raspberry
cdvirtualenv- Download git repository
git clone git@github.com:Blindle/Raspberry.git- Install dependencies
cd Raspberry
pip install -r requirements.txtTo work on the project run the following commands:
workon raspberry
cdvirtualenv