Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 324 Bytes

DEVELOP.md

File metadata and controls

7 lines (7 loc) · 324 Bytes
  1. Install Python 3.9 or greater
  2. Create a venv: python -m venv venv
    1. Ignore it in git: echo venv >> .git/info/exclude
  3. Load it: source venv/bin/activate
  4. Upgrade pip: python -m pip install -U pip
  5. Install this project: python -m pip install -e .
  6. Run it with python -m collect or just collect