Skip to content

Commit 249310c

Browse files
Update installing-packages.rst
Related to [issue 798](#798)
1 parent 2a3a40d commit 249310c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ While ``pip`` alone is sufficient to install from pre-built binary archives,
162162
up to date copies of the ``setuptools`` and ``wheel`` projects are useful
163163
to ensure you can also install from source archives::
164164

165-
python -m pip install --upgrade pip setuptools wheel
165+
python3 -m pip install --upgrade pip setuptools wheel
166166

167167

168168
Optionally, create a virtual environment

0 commit comments

Comments
 (0)