From 8dc88f6361e5c776b29b1583cb835b3e0a649168 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Mon, 9 Mar 2020 12:25:45 +0000 Subject: [PATCH] updating poetry installation instructions --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 38de0f3..fa95a4a 100644 --- a/README.rst +++ b/README.rst @@ -89,7 +89,7 @@ In the root of the repo in a virtual environment run: .. code-block:: bash - poetry install + poetry install --no-dev Docker ------