File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ We recommend using [pipx][pipx] to install `pybricksdev` as a command line tool.
3434
3535Be sure to install ` pipx ` in the Python 3.8 runtime:
3636
37- python3.8 -m pip install --update pip # ensure pip is up to date first
37+ python3.8 -m pip install --upgrade pip # ensure pip is up to date first
3838 python3.8 -m pip install pipx
3939
4040If this is the first time you have installed ` pipx ` , run this command:
@@ -55,7 +55,7 @@ If you are using the *Python Launcher for Windows* (installed by default with
5555the official Python installer), then you will need to use ` py -3.8 ` instead
5656of ` python3.8 ` .
5757
58- py -3.8 -m pip install --update pip # ensure pip is up to date first
58+ py -3.8 -m pip install --upgrade pip # ensure pip is up to date first
5959 py -3.8 -m pip install pipx
6060 py -3.8 -m pipx ensurepath
6161 py -3.8 -m pipx install pybricksdev
You can’t perform that action at this time.
0 commit comments