diff --git a/README.md b/README.md index 678fecb..84f6aca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Redisign of dmz.rs . +## Setup Python environment + +Run + +``` +python -m venv venv +pip install -r requirements. txt +``` ## Build site Run @@ -40,3 +48,11 @@ nginx -p . -s stop - [x] make english version - double check spelling and wording - add account and donations page and style them with the site style + +## Note + +If you in any way change the requirements for the project when submitting, run the command below, so the requirements.txt is updated accordingly. + +``` +pip freeze > requirements.txt +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3f08bab Binary files /dev/null and b/requirements.txt differ