We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb25f6a commit 0f6ae97Copy full SHA for 0f6ae97
CONTRIBUTING.md
@@ -72,9 +72,7 @@ git clone git@github.com:ihabunek/toot.git
72
cd toot
73
python3 -m venv _env
74
source _env/bin/activate
75
-pip install --editable .
76
-pip install -r requirements-dev.txt
77
-pip install -r requirements-test.txt
+pip install --editable ".[dev,test]"
78
```
79
80
While the virtual env is active, you can run `./_env/bin/toot` to
0 commit comments