forked from edward/owl-map
doc: README: Add more information about venv setup
This commit is contained in:
parent
057296012c
commit
47104df2a7
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue