Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update geoviews installation #669

Merged
merged 3 commits into from
Aug 10, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ the `HoloViz Discourse <https://discourse.holoviz.org/>`_.
Installation
============

You can install GeoViews and its dependencies using conda::
You can install GeoViews and its dependencies using just pip::
hoxbro marked this conversation as resolved.
Show resolved Hide resolved

pip install geoviews

Alternatively you can use conda to install geoviews:

conda install -c pyviz geoviews

Alternatively you can install the geoviews-core package, which
only installs the minimal dependencies required to run geoviews::
Or, the geoviews-core package, which only installs the minimal
dependencies required to run geoviews::

conda install -c pyviz geoviews-core

Expand Down Expand Up @@ -79,9 +83,10 @@ in how non-Python packages are built between conda-forge and defaults.

-----

GeoViews itself is also installable using ``pip``, but to do that you
will first need to have installed the `dependencies of cartopy <http://scitools.org.uk/cartopy/docs/latest/installing.html#requirements>`_,
or else have set up your system to be able to build them.
GeoViews itself is installable using ``pip``, as long as you're using
cartopy>=0.22.0; otherwise you will first need to have installed the
`dependencies of cartopy <http://scitools.org.uk/cartopy/docs/latest/installing.html#requirements>`_,
or have set up your system to be able to build them.

.. toctree::
:hidden:
Expand Down