File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,20 +6,24 @@ 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/ >`__
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
2327for getting setup.
2428
2529
You can’t perform that action at this time.
0 commit comments