Update contribution guidelines

txt requirements files were replaced by sections in setup.py

fixes #457
This commit is contained in:
Ivan Habunek 2024-01-07 21:12:22 +01:00
parent fcc7f3b017
commit fb36561923
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 1 additions and 3 deletions

View File

@ -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