File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ Installation
6
6
7
7
The easiest methods for installing pyproj are:
8
8
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/ >`__:
10
10
11
11
.. code-block :: bash
12
12
13
- pip install pyproj
13
+ python -m pip install pyproj
14
14
15
15
.. note :: Linux (manylinux2014) wheels require pip 19.3+
16
16
@@ -53,6 +53,12 @@ The easiest methods for installing pyproj are:
53
53
If these installation methods do not meet your needs, the section below provides further instructions
54
54
for getting setup.
55
55
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
+
56
62
Transformation Grids
57
63
=====================
58
64
You can’t perform that action at this time.
0 commit comments