diff --git a/README.md b/README.md index db22ad1..5fa76b2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ * Python 3 * pipenv * git +* gettext ## Quick deployment @@ -16,6 +17,7 @@ vim .env pipenv --python 3 --update pipenv run ./manage.py migrate pipenv run ./manage.py collectstatic +pipenv run ./manage.py compilemessages ```