Skip to content

Commit c96d21f

Browse files
Anton VanhouckeAnton Vanhoucke
authored andcommitted
images
1 parent e7ede5a commit c96d21f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/tutorials/python-development-environment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ What we are going to do now is make a clone of our project on the ev3dev machine
102102
In the Welcome dialog choose: 'Checkout from version control' > 'Git'
103103
Now type the hostname of the ev3dev machine, followed by a semicolon the projectname. In the other fields choose a nice parent and project directory.
104104

105+
## Installing ev3dev-python on the development machine ##
105106
Now you can continue where you left of on the ev3dev machine, but with a larger screen, better keyboard and more tools! There is one problem, though: PyCharm puts red curly lines under the ev3dev library.
106107

107-
![Curly red lines](/images/osx/PyCharm/missing-lib.png)
108+
{% include inline-screenshot.html source="/images/osx/PyCharm/missing-lib.png" caption="Darn those curly red lines"%}
108109

109110
And that's logical, because the ev3dev library is missing on the development machine. If we install it we won't be able to run motors, but the documentation and autocomplete will be active. So on your development machine start a terminal and do:
110111

0 commit comments

Comments
 (0)