Skip to content

Commit

Permalink
conda first
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow committed Nov 7, 2023
1 parent 0eef8ac commit e05b86b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ If you intend to use PROMICE AWS data and/or pypromice in your work, please cite

### Quick install

The latest release of pypromice can installed using pip or conda-forge:
The latest release of pypromice can installed using conda or pip:

```
$ pip install pypromice
$ conda install pypromice -c conda-forge
```

```
$ conda install pypromice -c conda-forge
$ pip install pypromice
```

For the most up-to-date version, pypromice can be installed directly from the repo:
Expand Down
10 changes: 5 additions & 5 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
*************
Quick install
*************
The latest release of pypromice can installed using pip or conda-forge:
The latest release of pypromice can installed using conda or pip:

.. code:: console
$ pip install pypromice
$ conda install pypromice -c conda-forge
.. code:: console
$ conda install pypromice -c conda-forge
$ pip install pypromice
For the most up-to-date version, pypromice can be installed directly from the repo:
Expand Down

0 comments on commit e05b86b

Please sign in to comment.