Skip to content

Commit 2ce4d44

Browse files
committed
update information about building wheels & api order in docs
1 parent 4ce78dd commit 2ce4d44

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ API Documentation
88
crs
99
transformer
1010
geod
11+
proj
1112
list
1213
datadir
1314
enums
1415
exceptions
15-
proj

docs/installation.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,24 @@ 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/>`__
10-
(the Windows wheels are built by `Christoph Gohlke <https://www.lfd.uci.edu/~gohlke/pythonlibs/>`__):
9+
1. Use pip to install the binary wheels on `PyPI <https://pypi.org/project/pyproj/>`__:
1110

1211
.. code-block:: bash
1312
1413
pip install pyproj
1514
16-
2. Use `conda <https://conda.io/en/latest/>`__:
15+
- The OSX and Linux wheels are powered by `multibuild by Matthew Brett <https://github.com/matthew-brett/multibuild>`__
16+
- The Windows wheels are built by `Christoph Gohlke <https://www.lfd.uci.edu/~gohlke/pythonlibs/>`__
17+
18+
19+
2. Use `conda <https://conda.io/en/latest/>`__ with the `conda-forge <https://conda-forge.org/>`__ channel:
1720

1821
.. code-block:: bash
1922
2023
conda install -c conda-forge pyproj
2124
22-
If that does not meet your needs, the section below provides further instructions
25+
26+
If these installation methods do not meet your needs, the section below provides further instructions
2327
for getting setup.
2428

2529

0 commit comments

Comments
 (0)