update install_requires

This commit is contained in:
debugtalk
2017-11-06 20:01:33 +08:00
parent b101c7da8f
commit 1fd57a71d3
4 changed files with 10 additions and 16 deletions

View File

@@ -209,7 +209,7 @@ Python `2.7`, `3.4`, `3.5` and `3.6`.
To develop or debug `HttpRunner`, you can install relevant requirements and use `main-ate.py` or `main-locust.py` as entrances.
```bash
$ pip install -r requirements_dev.txt
$ pip install -r requirements.txt
$ python main-ate -h
$ python main-locust -h
```