From 0b1191d81844a70d12b60f441ed86f7de1bbd035 Mon Sep 17 00:00:00 2001 From: fipaddict Date: Mon, 12 Aug 2024 14:13:18 +0200 Subject: [PATCH] Update Setting up dev environnement Remove reference to requirements files that no longer exist --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37a81e45..7eccca7c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,9 +72,7 @@ git clone git@github.com:ihabunek/toot.git cd toot python3 -m venv _env source _env/bin/activate -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, you can run `./_env/bin/toot` to