doc: README: Add more information about venv setup

This commit is contained in:
Dennis Priskorn 2024-08-28 09:50:15 +02:00
parent 99f74b12d0
commit 2f35dd712c

View file

@ -11,8 +11,8 @@
* `$ sudo su postgres` * `$ sudo su postgres`
* `$ createuser --interactive` -> owl * `$ createuser --interactive` -> owl
* setup a venv * setup a venv
* enter the venv * enter the venv, e.g. in pycharm
* run 'pip install -r requirements.txt' * `$ pip install -r requirements.txt`
* cp config/examply.py config/default.py * cp config/examply.py config/default.py
* setup /var/lib/data/GeoLite2/GeoLite2-City.mmdb somehow * setup /var/lib/data/GeoLite2/GeoLite2-City.mmdb somehow
* run 'python web_view.py' * run 'python web_view.py'