Update README.md

master
Fabio Caccamo 2022-12-11 23:05:32 +01:00
parent 5623e77b5c
commit 03d318fb24
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,8 @@ pip install -r requirements.txt -r requirements-test.txt
tox tox
# or # or
python runtests.py python runtests.py
# or
python -m django test --settings "tests.settings"
``` ```
### Update translations ### Update translations
- Run `tox -e translations` *(if the translations files are not up-to-date, the `lint` step in the CI will fail)* - Run `tox -e translations` *(if the translations files are not up-to-date, the `lint` step in the CI will fail)*