Skip to content

Commit 0d45154

Browse files
author
Thomas Preston
committed
Fixed comflict with linux install instructions
2 parents 02d0952 + 7e81bbb commit 0d45154

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/installation.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Disable Serial Port Login Shell
9797
-------------------------------
9898
CodeBug uses the serial port which is configured to output the login
9999
shell 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

108108
Install 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

116118
Then run the following::
117119

@@ -122,7 +124,7 @@ Install codebug_tether
122124
----------------------
123125
To install codebug_tether, open up a terminal and type::
124126

125-
pip3 install codebug_tether
127+
sudo pip3 install codebug_tether
126128

127129
To test it has worked, plug in CodeBug and open a Python shell by typing::
128130

0 commit comments

Comments
 (0)