We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b68c89 + e232a04 commit 5c8d32eCopy full SHA for 5c8d32e
README.md
@@ -48,6 +48,10 @@ pip install eis_toolkit
48
49
```console
50
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
55
```
56
57
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