From c07aabc9b12d8e2eb5c947eb1ea1e695a48bc6ca Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Thu, 10 Aug 2023 05:45:03 -0400 Subject: [PATCH] Update geoviews installation (#669) --- doc/index.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 9d12a34f..84e0f6df 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -19,12 +19,16 @@ the `HoloViz Discourse `_. Installation ============ -You can install GeoViews and its dependencies using conda:: +You can install GeoViews and its dependencies using pip:: + + 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 @@ -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 `_, -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 `_, +or have set up your system to be able to build them. .. toctree:: :hidden: