Skip to content

Commit

Permalink
Fixed ubuntu pip requirements install command (threat9#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlessio authored and lucyoa committed May 9, 2018
1 parent 0eb2cac commit c04f22b
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 @@ -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
```

Expand Down

0 comments on commit c04f22b

Please sign in to comment.