This is a repository for my project from the PyLadies Data Science Workshop.
Read the detailed setup instructions here.
You need Python3:
python --version
If it's not 3+, install Python3:
brew install python3
set up the virtualenv:
python3 -m venv venv
Install all the requirements:
pip install -r requirements.txt
Clone the workshop repo:
git clone https://github.com/jkokatjuhha/workshop_berlin_rental_apartment.git