Skip to content

Commit

Permalink
Update contribution guidelines
Browse files Browse the repository at this point in the history
txt requirements files were replaced by sections in setup.py

fixes #457
  • Loading branch information
ihabunek committed Jan 7, 2024
1 parent fcc7f3b commit fb36561
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb36561

Please sign in to comment.