diff --git a/README.md b/README.md index 447a97f..0c0b148 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,7 @@ python -m venv venv cd application/ pip install -r requirements.txt ``` -5 . Run the app -`python wsgi.py` +5. Run the app `python wsgi.py` 6. Start worker with `celery -A app.celery worker -l INFO` ### Start frontend