Skip to content

claytonjhamilton/Coursera_collab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published