Skip to content

Commit

Permalink
DOC: Add nightly wheels installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Aug 4, 2024
1 parent c79288f commit 43ff0d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Installation

The easiest methods for installing pyproj are:

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

.. code-block:: bash
pip install pyproj
python -m pip install pyproj
.. note:: Linux (manylinux2014) wheels require pip 19.3+

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

3. Install nightly wheels from anaconda:

.. code-block:: python
python -m pip install pyproj --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
Transformation Grids
=====================

Expand Down

0 comments on commit 43ff0d8

Please sign in to comment.