Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 272 Bytes

RELEASE.md

File metadata and controls

12 lines (11 loc) · 272 Bytes

Release instructions

  1. Install pip-tools:
    python -m pip install -r requirements-dev.txt
  2. Run pip-compile to pin all the dependencies and update requirements.txt:
    pip-compile
  3. Commit the result.
  4. Open a PR.