requirements.txt added and README updated

This commit is contained in:
Marko 2024-07-08 11:15:07 +02:00
parent ce0aecea04
commit 6804b556c6
2 changed files with 16 additions and 0 deletions

View File

@ -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
```

BIN
requirements.txt Normal file

Binary file not shown.