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

@ -127,7 +127,7 @@ First time setup in your local environment
.. code-block:: text
$ python -m pip install -U pip setuptools wheel
$ python -m pip install -U pip
$ pip install -r requirements/dev.txt && pip install -e .
- Install the pre-commit hooks.