Skip to content

Commit

Permalink
update information about building wheels & api order in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jun 1, 2019
1 parent 4ce78dd commit 2ce4d44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api/index.rst
Expand Up @@ -8,8 +8,8 @@ API Documentation
crs
transformer
geod
proj
list
datadir
enums
exceptions
proj
12 changes: 8 additions & 4 deletions docs/installation.rst
Expand Up @@ -6,20 +6,24 @@ Installation

The easiest methods for installing pyproj are:

1. Use pip to install the binary wheels on `PyPI <https://pypi.org/project/pyproj/>`__
(the Windows wheels are built by `Christoph Gohlke <https://www.lfd.uci.edu/~gohlke/pythonlibs/>`__):
1. Use pip to install the binary wheels on `PyPI <https://pypi.org/project/pyproj/>`__:

.. code-block:: bash
pip install pyproj
2. Use `conda <https://conda.io/en/latest/>`__:
- The OSX and Linux wheels are powered by `multibuild by Matthew Brett <https://github.com/matthew-brett/multibuild>`__
- The Windows wheels are built by `Christoph Gohlke <https://www.lfd.uci.edu/~gohlke/pythonlibs/>`__


2. Use `conda <https://conda.io/en/latest/>`__ with the `conda-forge <https://conda-forge.org/>`__ channel:

.. code-block:: bash
conda install -c conda-forge pyproj
If that does not meet your needs, the section below provides further instructions
If these installation methods do not meet your needs, the section below provides further instructions
for getting setup.


Expand Down

0 comments on commit 2ce4d44

Please sign in to comment.