Skip to content

Commit 0f6ae97

Browse files
authored
Update Setting up dev environnement (#496)
Remove reference to requirements files that no longer exist
1 parent bb25f6a commit 0f6ae97

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ git clone git@github.com:ihabunek/toot.git
7272
cd toot
7373
python3 -m venv _env
7474
source _env/bin/activate
75-
pip install --editable .
76-
pip install -r requirements-dev.txt
77-
pip install -r requirements-test.txt
75+
pip install --editable ".[dev,test]"
7876
```
7977

8078
While the virtual env is active, you can run `./_env/bin/toot` to

0 commit comments

Comments
 (0)