Clarify local dev requirements

This commit is contained in:
Ethan Paul 2021-01-27 18:04:02 -05:00
parent cc54e6243a
commit 5b5896191f
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -479,8 +479,10 @@ the [`--require-poetry`](#--require-poetry) option.
## Developing
This project requires Poetry version 1.0+ on the development workstation, see
the [installation instructions here](https://python-poetry.org/docs/#installation).
Local development requirements:
* Python version 3.6+ ([install](https://www.python.org/downloads/))
* Poetry version 1.0+ ([install](https://python-poetry.org/docs/#installation))
* GNU Make (optional, required to use the makefile)
Local environment setup instructions: