We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd29fc commit bc212b0Copy full SHA for bc212b0
1 file changed
README.md
@@ -34,6 +34,12 @@ import hacklib
34
hacklib.userInterface()
35
```
36
-
37
+#### Dependencies
38
+Not all classes have external dependencies, but just in case you can do the following:
39
+```python
40
+hacklib.installDependencies()
41
+```
42
+-
43
#### Usage Examples
44
Multi-threaded Denial of Service (DOS) stress-testing:
45
```python
0 commit comments