From 18648c61f954cd1d9ca6e92ba7c80a498f399c3e Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Mon, 21 Sep 2020 16:51:00 -0400 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index ec0ee45..0abd8a3 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,3 @@ Or download as a zip file. https://github.com/danielwilczak101/EasyGA/archive/master.zip ``` Use the example.py file inside the src folder to run your code and test while we build the package - - - -## Working on developing a devel branch: -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 .[devel] -```