Skip to content

Commit 06aef2b

Browse files
authored
Merge pull request #907 from christinaheadley/change-install-to-python3
Update `python` to `python3` in `installing-packages.rst`
2 parents 2a3a40d + 249310c commit 06aef2b

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)