Skip to content

Commit

Permalink
Update Setting up dev environnement (#496)
Browse files Browse the repository at this point in the history
Remove reference to requirements files that no longer exist
  • Loading branch information
Fipaddict authored Sep 29, 2024
1 parent bb25f6a commit 0f6ae97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f6ae97

Please sign in to comment.