Removed incorrect code

This commit is contained in:
Daniel Wilczak
2020-09-21 13:55:38 -04:00
parent 1ffe010703
commit 0c377f05f5

View File

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