Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 295 Bytes

File metadata and controls

9 lines (7 loc) · 295 Bytes

NYCDataViz

Setup

  • Clone the repo.
  • Create a virtual environment with python3 -m venv env
  • In the root directory run . env/bin/activate to activate the virtual environment
  • Run pip install -r requirements.txt within the virtual environment
  • Run ./run.py to start the server.