Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 618 Bytes

File metadata and controls

35 lines (30 loc) · 618 Bytes

Raspberry

The python code to be run in the raspberry.

Installation:

  • Install virtualenv
pip install virtualenv
virtualenv --version
mkvirtualenv raspberry
workon raspberry
cdvirtualenv
  • Download git repository
git clone git@github.com:Blindle/Raspberry.git
  • Install dependencies
cd Raspberry
pip install -r requirements.txt

Usage:

To work on the project run the following commands:

workon raspberry
cdvirtualenv