You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.rst
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ programming mode.
16
16
appear as a serial device. To reprogram CodeBug: hold down
17
17
button A and (re)plug it into a USB port.
18
18
19
-
20
19
Install codebug_tether on Windows
21
20
=================================
22
21
.. note:: These instructions are based on `The Hitchhikers Guide to Python: Installing Python on Windows <http://docs.python-guide.org/en/latest/starting/install/win/>`_
@@ -32,14 +31,16 @@ To install codebug_tether, open up a command prompt and type::
32
31
33
32
pip install codebug_tether
34
33
35
-
Restart Windows then open IDLE. Plug in CodeBug and type::
34
+
Restart Windows and then open IDLE. Plug in CodeBug and type::
36
35
37
36
>>> import codebug_tether
38
37
>>> codebug = codebug_tether.CodeBug()
39
38
>>> codebug.set_pixel(2, 2, 1)
40
39
41
40
The middle pixel on your CodeBug should light up.
42
41
42
+
See :ref:`examples-label` for more ways to use codebug_tether.
43
+
43
44
44
45
Install codebug_tether on OSX
45
46
=============================
@@ -87,6 +88,8 @@ Now type::
87
88
88
89
The middle pixel on your CodeBug should light up.
89
90
91
+
See :ref:`examples-label` for more ways to use codebug_tether.
92
+
90
93
91
94
Install codebug_tether on Linux
92
95
===============================
@@ -123,4 +126,6 @@ Now type::
123
126
>>> codebug = codebug_tether.CodeBug()
124
127
>>> codebug.set_pixel(2, 2, 1)
125
128
126
-
The middle pixel on your CodeBug should light up.
129
+
The middle pixel on your CodeBug should light up.
130
+
131
+
See :ref:`examples-label` for more ways to use codebug_tether.
0 commit comments