From 795f10d213cf2275c5422e47dd6f4b4e143f15df Mon Sep 17 00:00:00 2001 From: GongYi Date: Mon, 28 Jul 2014 20:31:14 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c40ae..9a270e9 100644 --- a/README.md +++ b/README.md @@ -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