Skip to content

Commit

Permalink
Merge pull request #39 from Zeitsperre/conda
Browse files Browse the repository at this point in the history
add conda installation instructions
  • Loading branch information
KipCrossing authored Dec 10, 2021
2 parents f714771 + 9da7f6c commit 81fafb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Installing this package is as easy as:
pip install geotiff
```

There is also an Anaconda-based package available, published on [conda-forge](https://conda-forge.org/):

```
conda install -c conda-forge python-geotiff
```

### Usage

#### Making the GeoTiff object
Expand Down

0 comments on commit 81fafb5

Please sign in to comment.