Skip to content

dsobek/AmItheAssholeAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

(Warning: This has not been tested yet.)

  1. Install Jupyter and virtualenv for python:
pip install jupyter
pip install virtualenv
  1. Create a virtual environement for the packages used in this project and activate it (you can deactivate it later using deactivate).
virtualenv venv
source venv/bin/activate
  1. Install the necesary packages.
pip install -r requirements.txt
  1. Open the notebook.
jupyter notebook

About

A project for LGCS124

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published