diff --git a/README.md b/README.md index 5676a7e..533221c 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,8 @@ LOGGING = { django-todo uses pytest exclusively for testing. The best way to run the suite is to clone django-todo into its own directory, install pytest, then: - pip install pytest pytest-django Django + pip install Django django-autocomplete-light bleach html2text + pip install pytest pytest-django pip install --editable . pytest -x -v