File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Disable Serial Port Login Shell
9797-------------------------------
9898CodeBug uses the serial port which is configured to output the login
9999shell by default. You must disable this before CodeBug will work. To do
100- so, run:
100+ so, run::
101101
102102 sudo raspi-config
103103
@@ -107,11 +107,13 @@ then reboot.
107107
108108Install Python
109109--------------
110- Python should already be installed but for good measure::
110+ Python 3 and pip should already be installed but for good measure::
111111
112+ sudo apt-get update
113+ sudo apt-get upgrade
112114 sudo apt-get install python3
113115
114- To install pip, securely download `get-pip.py <https://bootstrap.pypa.io/get-pip.py >`_.
116+ If pip isn't installed you can securely download it from here `get-pip.py <https://bootstrap.pypa.io/get-pip.py >`_.
115117
116118Then run the following::
117119
@@ -122,7 +124,7 @@ Install codebug_tether
122124----------------------
123125To install codebug_tether, open up a terminal and type::
124126
125- pip3 install codebug_tether
127+ sudo pip3 install codebug_tether
126128
127129To test it has worked, plug in CodeBug and open a Python shell by typing::
128130
You can’t perform that action at this time.
0 commit comments