From a769b611f029ffb59c4b76e8bd31eaa5fbea384b Mon Sep 17 00:00:00 2001 From: kvanzuijlen Date: Tue, 14 Jul 2020 03:17:27 +0200 Subject: [PATCH] Added -e argument for editable installs and added quotes for some shells Co-authored-by: Hugo van Kemenade --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec2e8f..0559b64 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ export PYLAST_API_SECRET=TODO_ENTER_YOURS_HERE To run all unit and integration tests: ```sh -pip install .[tests] +pip install -e ".[tests]" pytest ```