diff --git a/README.md b/README.md index 2b940f0..5a3ef9a 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ pip install -r requirements.txt -r requirements-test.txt tox # or python runtests.py +# or +python -m django test --settings "tests.settings" ``` ### Update translations - Run `tox -e translations` *(if the translations files are not up-to-date, the `lint` step in the CI will fail)*