notes-on-police-funding

Stars
2

notes-on-police-funding

Installation

  1. Set up a python3 virtual environment:
virtualenv -p python3 venv
  1. Activate the virtual environment:
source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Download the data, and put all the data files in the data folder

All files here

(todo: store links to all these files in a text file and then write a script to automatically download them!)

Developing

  1. Make sure the virtual environment is activated:
source venv/bin/activate
  1. Start the notebook:
jupyter notebook

(You should also be able to run the notebook from within vscode by opening the whole project folder and selecting the "Exploration.ipynb)