File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -107,26 +107,28 @@ 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
118- python get-pip.py
120+ sudo python3 get-pip.py
119121
120122
121123Install codebug_tether
122124----------------------
123125To install codebug_tether, open up a terminal and type::
124126
125- pip 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
129- python
131+ python3
130132
131133Your command prompt should have changed to::
132134
You can’t perform that action at this time.
0 commit comments