diff --git a/README.md b/README.md index eb96956b..fc2eb306 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,31 @@ Install the requirements: sudo pip install -r requirements.txt ``` +
+ Alterative install instructions (optional) + +>Install using venv to create a virtual environment. +> +>```sh +>python3 -m venv .venv +>source ./.venv/bin/activate +>pip install -r requirements.txt +>``` + +>Install python dependencies globally. (not recommended) +> +>Ubuntu +>```sh +>sudo apt-get install python3-scapy +>``` +>Arch Linux +>```sh +>sudo pacman -S python-scapy +>``` +> + >Note: If you get, `command not found`, you are using the wrong package manager. +
+ Compile the payloads: ```sh