Skip to content
Snippets Groups Projects
Commit 2590ebc6 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

update README with development install

parent 5f69514d
Branches master
No related tags found
No related merge requests found
......@@ -29,6 +29,14 @@ pip install -r requirements.txt
ddos --help
```
## Development install
After step 4, the modules must be installed in editable mode by running
```sh
pip install -e ./attacks
pip install -e .
```
# Usage
The usage of the tool can be inspected by executing
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment