Commit c04f22b7 by Martino Lessio Committed by Marcin Bury

Fixed ubuntu pip requirements install command (#400)

parent 0eb2cac8
......@@ -52,7 +52,7 @@ python3 rsf.py
sudo add-apt-repository universe
sudo apt-get install git python3-pip
git clone https://www.github.com/threat9/routersploit
python3 -m pip install -r requirements
python3 -m pip install -r requirements.txt
python3 rsf.py
```
......
Markdown is supported
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