Update installation.md

This commit is contained in:
sobeit2020 2021-01-16 22:41:37 +00:00 committed by GitHub
parent f9dd74585e
commit 172a629c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -369,12 +369,12 @@ pip install -e .
##### pip install within conda, a reminder: ##### pip install within conda, a reminder:
The documentation of conda says that pip should NOT be used within conda, because internal problems can occur. The documentation of conda says that pip should NOT be used within conda, because internal problems can occur.
However, they are rare However, they are rare.
That is, why the conda-forge channel is preferred: (and if no library is available in conda, you have to use pip) Nevertherless, that is why, the `conda-forge` channel is preferred:
* more libraries are available (less need for pip) * more libraries are available (less need for `pip`)
* conda-forge works better with pip * `conda-forge` works better with `pip`
* the libraries are newer * the libraries are newer