Skip to content

rlepore/johnnyPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JohnnyPi

Source code for Raspberry Pi Robot built from Linux User & Developer issue #132

System Requirements

Before installing any of the requirements found in our requirements file you must install the python dev tools library. Since we are running the RaspberryPi on a Wheezy distro you will need to apt-get install the python dev tools as follows:

sudo apt-get install -y python-dev

Installation

To install JohnnyPi follow the below steps:

  1. Create a virtualenv for your environment
  2. Activate your virtualenv
  3. Install the johnnyPi requirements file. (You will need to choose the correct requirements file found in the requirements directory.)
virtualenv --no-site-packages .virtualenv/johnnyPi
source .virtualenv/johnnyPi/bin/activate
pip install -r requirements.txt

About

Source code for Raspberry Pi Robot built from Linux User & Developer issue #132

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published