Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 756 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 756 Bytes

New York City Taxi and Limousine Commission (TLC) trip demo project

How to run the demo

⚠️ You need Python >= 3.8

  1. Log on to spice documentation

  2. Create a virtual env with Python >= 3.8, and activate

    python -m venv .venv
    source .venv/bin/activate
  3. Install project and dependencies

    python -m pip install -r requirements.txt --extra-index-url=${EXTRA_INDEX_URL}
    python -m pip install -e .
  4. [OPTIONAL] Explore the documentation

  5. Wait for the workshop to start!