diff --git a/README.md b/README.md index 3aafcff..da30863 100644 --- a/README.md +++ b/README.md @@ -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`.