Get insights into the flat share market in Berlin!
https://devwhyqueue.github.io/wg-gesucht-stats/notebooks/flat_ads.html
- Venv:
python -m pip install --user virtualenv - Poetry:
python -m pip install poetry
Create and activate venv:
python3 -m venv .venv
source .venv/bin/activate
Install dependencies:
poetry install