Skip to content

Commit 93c8aa5

Browse files
committed
Cleaner install instructions
1 parent 61a45d4 commit 93c8aa5

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

INSTALL.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,13 @@ ProPlot can be installed with `pip <https://pypi.org>`__ or `conda <https://anac
66
.. code-block:: bash
77
88
pip install proplot
9-
10-
.. code-block:: bash
11-
129
conda install -c conda-forge proplot
1310
14-
An existing installation of ProPlot can be upgraded to the latest version with:
11+
Likewise, an existing installation of ProPlot can be upgraded to the latest version with:
1512

1613
.. code-block:: bash
1714
1815
pip install --upgrade proplot
19-
20-
.. code-block:: bash
21-
2216
conda upgrade proplot
2317
2418

README.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,15 @@ ProPlot can be installed with `pip <https://pypi.org>`__ or `conda <https://anac
1313
.. code-block:: bash
1414
1515
pip install proplot
16-
17-
.. code-block:: bash
18-
1916
conda install -c conda-forge proplot
2017
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:
2219

2320
.. code-block:: bash
2421
2522
pip install --upgrade proplot
26-
27-
.. code-block:: bash
28-
2923
conda upgrade proplot
3024
31-
3225
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.
3326
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.
3427

0 commit comments

Comments
 (0)