From fb3656192300f4aab4caf704cadae3e084350039 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 7 Jan 2024 21:12:22 +0100 Subject: [PATCH] Update contribution guidelines txt requirements files were replaced by sections in setup.py fixes #457 --- docs/contributing.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 7cf6d9f..5fff86a 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -80,9 +80,7 @@ source _env/bin/activate # On Windows _env\bin\activate.bat -pip install --editable . -pip install -r requirements-dev.txt -pip install -r requirements-test.txt +pip install --editable ".[dev,test]" ``` While the virtual env is active, running `toot` will execute the one you checked