claytonjhamilton / Coursera_collab

A temporary repo for a Coursera group project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University of Chicago Group Project - Question 2

Project set-up

  1. Clone repo
  2. Execute the following to create and activate your virtual environment:
# Windows computers
mkdir .venv
python -m venv .venv
.venv\Scripts\activate
# Macbook computers
python -m venv --prompt .venv .venv
source .venv/bin/activate
  1. Install package dependencies:
pip install -r requirements.txt
  1. If you need to update/over-write the requirements file:
pip freeze > requirements.txt

Important

Please do not push the data (csv) to this repository. Coursera asked us to keep this data internal and I will have to delete the repo if data is pushed. Of note, I added the file to the .gitignore so feel free to add to your directory to run the code from.

About

A temporary repo for a Coursera group project


Languages

Language:Jupyter Notebook 100.0%