update readme

This commit is contained in:
Shivaram Lingamneni 2020-09-13 06:48:29 -04:00
parent d7c231ba9e
commit f9ccc4c824

View File

@ -6,16 +6,6 @@ Some of these tests may be applicable to other projects (we attempt to mark the
This suite needs more test cases. Contributions are welcome and are a great way to help the Oragono project!
## Installing
Clone the repo and install the relevant dependencies:
```
virtualenv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
```
## Running Tests
Make sure the version of `oragono` you want to test is on your PATH. Then run `make`.