From 3cab7a329d379cac354abe901de011f018f4c722 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Wed, 6 Nov 2019 11:10:46 +0100 Subject: [PATCH] Add note why to use python -m pip ... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3837323..d2f8d4b 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ are popular tools to automate the described management of virtual environments. After activation for the first time, you must install the project's **dependencies** (= the third-party packages needed to run the code), most notably [Jupyter](https://pypi.org/project/jupyter/) in this project (the -"python -m" is often left out; if you have poetry installed, you may just -type `poetry install` instead). +"python -m" is often left out [but should not be](https://snarky.ca/why-you-should-use-python-m-pip/); +if you have poetry installed, you may just type `poetry install` instead). - `python -m pip install -r requirements.txt`