Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 568 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 568 Bytes

Data Science Project

This is a repository for my project from the PyLadies Data Science Workshop.

Read the detailed setup instructions here.

Setup [in Terminal]

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