From ebeec5fd0a2dffb6ee182d739dc08903a1acbba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Wed, 13 Dec 2023 00:55:31 +0100 Subject: [PATCH] Fix zsh support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40e4c01..4d20e3d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ audioscrape.download( First clone the repo and set it as working directory. Then install the package in development mode (preferably within its own virtual environment): ```sh -pip install -e .[tests] +pip install -e ".[tests]" ``` If you have `direnv` installed, you can run `direnv allow` to automatically create and activate a Python virtual environment when you enter the directory.