diff --git a/docs/installation.md b/docs/installation.md index 65020831f..129ad1e36 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -369,12 +369,12 @@ pip install -e . ##### pip install within conda, a reminder: 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) -* conda-forge works better with pip +* more libraries are available (less need for `pip`) +* `conda-forge` works better with `pip` * the libraries are newer