mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 19:39:44 +08:00
10 lines
230 B
Markdown
10 lines
230 B
Markdown
## Development
|
|
|
|
To develop or debug `HttpRunner`, you can install relevant requirements and use `main-hrun.py` or `main-locust.py` as entrances.
|
|
|
|
```bash
|
|
$ python setup.py install
|
|
$ python main-hrun -h
|
|
$ python main-locust -h
|
|
```
|