We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fd7910 + a2bff43 commit db7f623Copy full SHA for db7f623
doc/source/installing.rst
@@ -76,7 +76,6 @@ The latest stable release can be obtained from PyPI with pip
76
77
.. code-block:: bash
78
79
- $ python -m pip install --upgrade pip
80
$ python -m pip install --user yt
81
82
@@ -100,7 +99,6 @@ one can specify them as, for instance
100
99
101
102
103
104
$ python -m pip install --user "yt[ramses]"
105
106
Extra requirements can be combined, separated by commas (say ``yt[ramses,enzo_e]``).
@@ -121,7 +119,6 @@ Then run
121
119
122
120
$ git clone https://github.com/yt-project/yt
123
$ cd yt
124
125
$ python -m pip install --user -e .
126
127
0 commit comments