Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 785 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 785 Bytes

Big Data for Mortals

Installation

  1. Install python3.12
    1. If you're on a mac, download homebrew
    2. Linux, use your pkg manager, ensure you also have virtualenv
    3. Windows... I actually don't know these days? keep following along though
  2. python3.12 -m venv .venv && . .venv/bin/activate will set up a python3.12 virutal environment in .venv
  3. pip install -r requirements.txt
  4. jupyter notebook 000_setup.ipynb and follow the instructions from there!
  5. NOTE: The download is 10GB

img.png