Skip to content

Commit

Permalink
installation guide updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Nov 26, 2024
1 parent 04130c2 commit 1f8f63c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SVInsight can then be imported into python:

>>> from svinsight import SVInsight as svi

SVInsight has dependencies that rely on gdal, which may require it's own prior installation based on your operating system and coding environment.
SVInsight has dependencies that rely on gdal, which may require its own prior installation based on your operating system and coding environment.

For example:

Expand All @@ -39,6 +39,7 @@ For example:

pip install gdal==<version> --find-links https://www.lfd.uci.edu/~gohlke/pythonlibs/

Please refer to the docs website for more detailed installation guides if any problems persist.


## Quick Guide:
Expand Down
4 changes: 4 additions & 0 deletions doc/Getting_Started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ SVInsight has dependencies that rely on gdal, which may require its own prior in
pip install gdal==<version> --find-links https://www.lfd.uci.edu/~gohlke/pythonlibs/
An alternative work around that has been known to work is to pip install the package in a conda environment after first installing the `geopandas` package, which will install the necessary dependencies for `gdal`.


Installation via *conda*
------------------------

Expand Down

0 comments on commit 1f8f63c

Please sign in to comment.