Update README.md

This commit is contained in:
danielwilczak101
2020-09-21 16:51:00 -04:00
committed by GitHub
parent a6a51e755e
commit 18648c61f9

View File

@ -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]
```