Skip to content

Commit 5c8d32e

Browse files
authored
Merge pull request #400 from nialov/docs-extend-conda-installation
Extend conda installation guidace in README.md
2 parents 9b68c89 + e232a04 commit 5c8d32e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ pip install eis_toolkit
4848

4949
```console
5050
conda install -c conda-forge eis_toolkit
51+
# On Windows, tensorflow must be installed from the anaconda channel
52+
# Consequently, channel priority must be flexible, which can be explicitly
53+
# done using --no-channel-priority
54+
conda install -c conda-forge eis_toolkit --no-channel-priority
5155
```
5256

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

0 commit comments

Comments
 (0)