Skip to content

Commit 7e81bbb

Browse files
committed
Updated python/pip linux instructions
1 parent 474251f commit 7e81bbb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/installation.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,26 +107,28 @@ 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

118-
python get-pip.py
120+
sudo python3 get-pip.py
119121

120122

121123
Install codebug_tether
122124
----------------------
123125
To install codebug_tether, open up a terminal and type::
124126

125-
pip 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

129-
python
131+
python3
130132

131133
Your command prompt should have changed to::
132134

0 commit comments

Comments
 (0)