You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,22 +13,15 @@ ProPlot can be installed with `pip <https://pypi.org>`__ or `conda <https://anac
13
13
.. code-block:: bash
14
14
15
15
pip install proplot
16
-
17
-
.. code-block:: bash
18
-
19
16
conda install -c conda-forge proplot
20
17
21
-
An existing installation of ProPlot can be upgraded to the latest version with:
18
+
Likewise, an existing installation of ProPlot can be upgraded to the latest version with:
22
19
23
20
.. code-block:: bash
24
21
25
22
pip install --upgrade proplot
26
-
27
-
.. code-block:: bash
28
-
29
23
conda upgrade proplot
30
24
31
-
32
25
If you used ``pip install git+https://github.com/lukelbd/proplot.git`` to install ProPlot before it was released on PyPi, you may need to run ``pip uninstall proplot`` before upgrading.
33
26
To install a development version of ProPlot, you can use this same method, or clone the repository and run ``pip install --upgrade .`` inside the ``proplot`` folder.
0 commit comments