From 0c377f05f51efd00b6d2cbc41c9820e1e84bd1c0 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak Date: Mon, 21 Sep 2020 13:55:38 -0400 Subject: [PATCH] Removed incorrect code --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 689e5a0..2b3c964 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,5 @@ pip install -e . To install EASY, along with the tools you need to develop and run tests, run the following in your virtual env: ```bash -$ pip install -e .[dev] -======= $ pip install -e .[devel] ```