Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e47642b

Browse files
committed
2 parents 84576f2 + bc212b0 commit e47642b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ import hacklib
3434
hacklib.userInterface()
3535
```
3636
-
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+
-
3743
#### Usage Examples
3844
Multi-threaded Denial of Service (DOS) stress-testing:
3945
```python

0 commit comments

Comments
 (0)