From 5b5896191fb6d9db7e70f7ba34ba300436df3d6f Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 27 Jan 2021 18:04:02 -0500 Subject: [PATCH] Clarify local dev requirements --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2d5323..ec0b8af 100644 --- a/README.md +++ b/README.md @@ -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: