File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ Installation
66
77The 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:
5353If these installation methods do not meet your needs, the section below provides further instructions
5454for 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
You can’t perform that action at this time.
0 commit comments