Skip to content

Commit c9d292b

Browse files
committed
DOC: Add nightly wheels installation instructions
1 parent 3fbc620 commit c9d292b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/installation.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Installation
66

77
The easiest methods for installing pyproj are:
88

9-
1. Use pip to install the binary wheels on `PyPI <https://pypi.org/project/pyproj/>`__:
9+
1. Use pip to install the binary wheels from `PyPI <https://pypi.org/project/pyproj/>`__:
1010

1111
.. code-block:: bash
1212
13-
pip install pyproj
13+
python -m pip install pyproj
1414
1515
.. note:: Linux (manylinux2014) wheels require pip 19.3+
1616

@@ -53,6 +53,12 @@ The easiest methods for installing pyproj are:
5353
If these installation methods do not meet your needs, the section below provides further instructions
5454
for getting setup.
5555

56+
3. Install nightly wheels from anaconda:
57+
58+
.. code-block:: python
59+
60+
python -m pip install pyproj --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
61+
5662
Transformation Grids
5763
=====================
5864

0 commit comments

Comments
 (0)