From d41ad9ca04c5992a6bd54964562639560ddae085 Mon Sep 17 00:00:00 2001 From: John Volk Date: Fri, 26 Jul 2024 10:43:38 -0400 Subject: [PATCH] minor update to install instructions --- README.rst | 4 ++-- docs/source/install.rst | 4 ++-- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9707381..2648c83 100644 --- a/README.rst +++ b/README.rst @@ -41,13 +41,13 @@ To activate the environment before using ``gridwxcomp`` run $ conda activate gridwxcomp -Optionally, install using `pip `_, +After installing all the dependencies using conda, install ``gridwxcomp`` using `pip `_, .. code-block:: bash $ pip install gridwxcomp -Due to dependency conflicts you may have issues directly installing with pip before activating the conda environment. +Due to dependency conflicts you may have issues directly installing with pip before activating the conda environment. This is because the package includes several modules that are not pure Python such as GDAL and pyproj which seem to be better handled by conda. Alternatively, or if there are installation issues, you can manually install. First activate the ``gridwxcomp`` conda environment (above). Next, clone or download the package from `GitHub `_ or `PyPI `_ and then install locally with pip in "editable" mode. For example with cloning, diff --git a/docs/source/install.rst b/docs/source/install.rst index b0df6cb..9fb6f25 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -13,13 +13,13 @@ To activate the environment before using ``gridwxcomp`` run $ conda activate gridwxcomp -Optionally, install using `pip `_, +After installing all the dependencies using conda, install ``gridwxcomp`` using `pip `_, .. code-block:: bash $ pip install gridwxcomp -Due to dependency conflicts you may have issues directly installing with pip before activating the conda environment. +Due to dependency conflicts you may have issues directly installing with pip before activating the conda environment. This is because the package includes several modules that are not pure Python such as GDAL and pyproj which seem to be better handled by conda. Alternatively, or if there are installation issues, you can manually install. First activate the ``gridwxcomp`` conda environment (above). Next, clone or download the package from `GitHub `_ or `PyPI `_ and then install locally with pip in "editable" mode. For example with cloning, diff --git a/requirements.txt b/requirements.txt index e70e27c..6dd3a71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bokeh==3.4.1 earthengine_api==0.1.398 -fiona==1.9.6 +fiona GDAL geopandas==0.14.3 numpy==1.26.4