Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 360 Bytes

DEVELOP.md

File metadata and controls

8 lines (7 loc) · 360 Bytes

github-wow-addon-catalogue requires Python 3.11 or later. To get set up:

  1. Create a venv: python -m venv venv
  2. Load it up: source venv/bin/activate
  3. Install this project: python -m pip install -e .
  4. Generate a GitHub token and expose it in your environment as RELEASE_JSON_ADDONS_GITHUB_TOKEN
  5. Run python -m collect or just collect