From 7d02c8dff058d2eafe69209592e0a90a4bfe6ab3 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 30 Jan 2020 19:06:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README-DEV:=20Document=20install?= =?UTF-8?q?ing=20test=20requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-DEV.md b/README-DEV.md index da2025a..366f436 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -4,6 +4,7 @@ In a Python 3 virtualenv: ~~~ pip install -e . +pip install -r requirements-test.txt make test ~~~