From e9e2f6fa13e9ba91165e5f09cf1ecb3cfabcb566 Mon Sep 17 00:00:00 2001 From: Chris B Date: Thu, 19 Dec 2019 13:24:23 +0000 Subject: [PATCH] Trivial doc clarification (#408) --- README.md | 2 +- doc/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7faad5e..c45a72c6 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You can install GeoViews and its dependencies using conda: conda install -c pyviz geoviews ``` -Alternatively you can also install the geoviews-core package, which +Alternatively you can install the geoviews-core package, which only installs the minimal dependencies required to run geoviews: ``` diff --git a/doc/index.rst b/doc/index.rst index 238e52e0..84103df5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -20,7 +20,7 @@ You can install GeoViews and its dependencies using conda:: conda install -c pyviz geoviews -Alternatively you can also install the geoviews-core package, which +Alternatively you can install the geoviews-core package, which only installs the minimal dependencies required to run geoviews:: conda install -c pyviz geoviews-core