Skip to content

Commit

Permalink
Merge pull request #9 from bentolor/patch-1
Browse files Browse the repository at this point in the history
doc(README): add python3-tk as dependency
  • Loading branch information
bannsec authored Jan 18, 2021
2 parents 997fcec + da6e604 commit eafcd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ NetTK was developed and tested on Linux. Theoretically, Unix should work just fi
2. Make sure you have the latest copy of Python (https://www.python.org/downloads/)
* Ubuntu: ```> sudo apt-get install python3```
3. Install the python dependencies
* Ubuntu: ```> sudo apt-get install python3-matplotlib python3-scapy```
* Ubuntu: ```> sudo apt-get install python3-matplotlib python3-scapy python3-tk```

## Quick Start

Expand Down

0 comments on commit eafcd73

Please sign in to comment.