Skip to content

tomduese/ds-eda-project

Repository files navigation

ds-eda-project

Repository for EDA

Environment

This repo contains a requirements.txt file with a list of all the packages and dependencies you will need. Before you install the virtual environment, make sure to install postgresql if you haven't done it before.

brew update
brew install postgresql

In order to install the environment you can use the following commands:

pyenv local 3.9.8
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

About

Analysis of neighbourhoods for King County

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published