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 a69bec0 commit 795f10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ python-ev3 is tested on the ev3-dev in python2.7 and python3.4.
## Install the python-ev3 on EV3
### 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```
* ```mkvirtualenv ev3_py27 --python=python2.7 --system-site-packages```
* ```workon ev3_py27```
* ```easy_install python-ev3```
* type ```deactive``` to exit
Expand Down

0 comments on commit 795f10d

Please sign in to comment.