switch docs to flit

This commit is contained in:
David Lord 2023-06-27 14:11:18 -07:00
parent 46b328854a
commit 6b9acd565c
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
7 changed files with 10 additions and 32 deletions

View file

@ -3,7 +3,7 @@ set -e
python3 -m venv .venv
. .venv/bin/activate
pip install -U pip setuptools wheel
pip install -U pip
pip install -r requirements/dev.txt
pip install -e .
pre-commit install --install-hooks