From 172a629c5853b97362ee879144a3e7f71e2bb790 Mon Sep 17 00:00:00 2001 From: sobeit2020 <75637352+sobeit2020@users.noreply.github.com> Date: Sat, 16 Jan 2021 22:41:37 +0000 Subject: [PATCH] Update installation.md --- docs/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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