Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
topikachu committed Jul 28, 2014
1 parent 4f2cb83 commit a69bec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python-ev3 is tested on the ev3-dev in python2.7 and python3.4.
### Python 2.7
* ```apt-get install virtualenv virtualenvwrapper python-setuptools python-smbus python-pil```
* ```mkvirtualenv ev3_py27 --python=python2.7 --system-site-packages```
* ```source /etc/bash_completion.d/virtualenvwrapper```
* ```workon ev3_py27```
* ```easy_install python-ev3```
* type ```deactive``` to exit
Expand All @@ -25,6 +26,7 @@ python-ev3 is tested on the ev3-dev in python2.7 and python3.4.
* ```wget https://github.com/topikachu/python-ev3/releases/download/0.0.2/python3-smbus_3.1.1-1_armel.deb```
* ```dpkg -i python3-smbus_3.1.1-1_armel.deb```
* ```apt-get install virtualenv virtualenvwrapper python3-setuptools python3-pil```
* ```source /etc/bash_completion.d/virtualenvwrapper```
* ```mkvirtualenv ev3_py34 --python=python3.4 --system-site-packages```
* ```workon ev3_py34```
* ```easy_install python-ev3```
Expand Down

0 comments on commit a69bec0

Please sign in to comment.