Skip to content

Commit

Permalink
updating pip install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nrweir authored Jul 8, 2019
1 parent 5ddde6f commit 9cfc10c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,11 @@ The package also exists on[ PyPI](https://pypi.org), but note that some of the d

```
conda install -c conda-forge rtree gdal=2.4.1
```
If you don't want to use `conda`, you can [install libspatialindex](https://libspatialindex.org), then `pip install rtree`. Installing GDAL without conda can be very difficult and approaches vary dramatically depending upon the build environment and version, but online resources may help with specific use cases.

Once you have that dependency set up, install as usual using `pip`:

```
pip install solaris
```

If you don't want to use `conda`, you can [install libspatialindex](https://libspatialindex.org), then `pip install rtree`. Installing GDAL without conda can be very difficult and approaches vary dramatically depending upon the build environment and version, but [the rasterio install documentation](https://rasterio.readthedocs.io/en/stable/installation.html) provides OS-specific install instructions. Simply follow their install instructions, replacing `pip install rasterio` with `pip install solaris` at the end.

<!-- #### Docker
You may also use our Docker container:
Expand Down

0 comments on commit 9cfc10c

Please sign in to comment.