Skip to content

Commit db7f623

Browse files
authored
Merge pull request #5132 from neutrinoceros/doc/cleanup_instructions_to_upgrade_pip
DOC: cleanup now unneeded instructions to upgrade pip before installing yt
2 parents 4fd7910 + a2bff43 commit db7f623

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/installing.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ The latest stable release can be obtained from PyPI with pip
7676

7777
.. code-block:: bash
7878
79-
$ python -m pip install --upgrade pip
8079
$ python -m pip install --user yt
8180
8281
@@ -100,7 +99,6 @@ one can specify them as, for instance
10099

101100
.. code-block:: bash
102101
103-
$ python -m pip install --upgrade pip
104102
$ python -m pip install --user "yt[ramses]"
105103
106104
Extra requirements can be combined, separated by commas (say ``yt[ramses,enzo_e]``).
@@ -121,7 +119,6 @@ Then run
121119
122120
$ git clone https://github.com/yt-project/yt
123121
$ cd yt
124-
$ python -m pip install --upgrade pip
125122
$ python -m pip install --user -e .
126123
127124

0 commit comments

Comments
 (0)