Forgot mention in readme

This commit is contained in:
Hayk Martiros 2023-03-26 21:42:17 +00:00
parent 9e785d651f
commit e722d05825
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ To run tests using a specific torch device, set `RIFFUSION_TEST_DEVICE`. Tests s
`cpu`, `cuda`, and `mps` backends.
## Development Guide
Install additional packages for dev with `python -m pip install -r dev_requirements.txt`.
Install additional packages for dev with `python -m pip install -r requirements_dev.txt`.
* Linter: `ruff`
* Formatter: `black`