From a6a51e755eaabf57bb59b0e77220c91f05318043 Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Mon, 21 Sep 2020 16:50:16 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5deddd..ec0ee45 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,13 @@ Download the repository to some folder - If you never used git. Look up a youtub ``` git clone https://github.com/danielwilczak101/EasyGA.git ``` -Then install the repositroy using this command: +Or download as a zip file. ``` -pip install -e . +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: