Skip to content

Commit

Permalink
Merge pull request #400 from nialov/docs-extend-conda-installation
Browse files Browse the repository at this point in the history
Extend conda installation guidace in README.md
  • Loading branch information
nmaarnio authored May 28, 2024
2 parents 9b68c89 + e232a04 commit 5c8d32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ pip install eis_toolkit

```console
conda install -c conda-forge eis_toolkit
# On Windows, tensorflow must be installed from the anaconda channel
# Consequently, channel priority must be flexible, which can be explicitly
# done using --no-channel-priority
conda install -c conda-forge eis_toolkit --no-channel-priority
```

A Python wheel can be downloaded also from the [releases page](https://github.com/GispoCoding/eis_toolkit/releases) of this GitHub repository.
Expand Down

0 comments on commit 5c8d32e

Please sign in to comment.