diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-10-04 13:50:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 13:50:44 +0200 |
| commit | 91d4105199febed4060352b11923be129dd51a3c (patch) | |
| tree | 8af9205e8e8e3288ad05442b835373baa2322276 /docs/source/install.rst | |
| parent | 2bac8760df976adb3e112f98cfcbfc5d9d90e22a (diff) | |
| download | PROJ-91d4105199febed4060352b11923be129dd51a3c.tar.gz PROJ-91d4105199febed4060352b11923be129dd51a3c.zip | |
Doc: Update conda install procedure
The PROJ Conda package is now simply called "proj". Also mention that the grid packages can be installed with Conda.
Diffstat (limited to 'docs/source/install.rst')
| -rw-r--r-- | docs/source/install.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst index a8dc56be..d3c2fab6 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -24,7 +24,15 @@ Conda The conda package manager includes several PROJ packages. We recommend installing from the ``conda-forge`` channel:: - conda install -c conda-forge proj4 + conda install -c conda-forge proj + +Using ``conda`` you can also install the PROJ grid packages. Here's how to install +the `proj-datumgrid-europe` package:: + + conda install -c conda-forge proj-datumgrid-europe + +Available is also the ``proj-datumgrid-north-america``, ``proj-datumgrid-oceania`` +and ``proj-datumgrid-world``. Docker +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
