Skip to content

Commit 9577378

Browse files
author
Andrew Delman
committed
add another way to use conda install
1 parent 0633cc9 commit 9577378

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

doc/Installing_Python_and_Python_Packages.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ Installing using conda should install all of the required dependencies.
9797
.. code-block:: bash
9898
9999
conda install ecco_v4_py
100+
101+
102+
If for some reason the above command returns an error, include the ``-c`` option to point to the channel where the package is found (*conda-forge*).
103+
104+
.. code-block:: bash
105+
106+
conda install -c conda-forge ecco_v4_py
100107
101108
102109
Option 4: Use the *pip* package manager (not at all recommended)
@@ -119,7 +126,7 @@ Instructions for installing the GEOS library can be found on the `geos website`_
119126

120127
Instructions for installing the PROJ library can be found on the `proj website`_.
121128

122-
Some users have reported difficulties installing these libraries on their platforms. For that reason, we recommend using conda (Option 1).
129+
Some users have reported difficulties installing these libraries on their platforms. For that reason, we recommend using Options 1-3.
123130

124131

125132

0 commit comments

Comments
 (0)