Skip to content

Commit 136e365

Browse files
committed
README: fix typo
1 parent 1f09883 commit 136e365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We recommend using [pipx][pipx] to install `pybricksdev` as a command line tool.
3434

3535
Be 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

4040
If 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
5555
the official Python installer), then you will need to use `py -3.8` instead
5656
of `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

0 commit comments

Comments
 (0)