We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be75e2 commit a621066Copy full SHA for a621066
1 file changed
projects/_posts/2015-05-06-EV3-Print3rbot.md
@@ -15,15 +15,11 @@ The python code is using the [Python API](https://github.com/ddemidov/ev3dev-lan
15
16
* Prerequisites:
17
18
-```
19
-apt-get install libboost-python-dev python-setuptools python-pil
20
+ apt-get install libboost-python-dev python-setuptools python-pil
21
22
* Now, the actual module installation:
23
24
25
-easy_install http://ddemidov.github.io/ev3dev-lang-python/python_ev3dev-latest.egg
26
+ easy_install http://ddemidov.github.io/ev3dev-lang-python/python_ev3dev-latest.egg
27
28
The ev3dev version must be at least [ev3dev-jessie-2015-05-01](https://github.com/ev3dev/ev3dev/releases/tag/ev3dev-jessie-2015-05-01).
29
0 commit comments