| Name |
Last commit
|
Last update |
|---|---|---|
| .travis | ||
| routersploit | ||
| .gitignore | ||
| .travis.yml | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| rsf.py | ||
| run_docker.sh | ||
| run_linter.sh | ||
| run_tests.sh | ||
| tox.ini |
The mistake was just that for executing: pip install -r requirements.txt you needed sudo powers, because when you tried to access some python directories, an exception was thrown: OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/ply' So the solution for this was just adding 'sudo': sudo pip install -r requirements.txt
| Name |
Last commit
|
Last update |
|---|---|---|
| .travis | Loading commit data... | |
| routersploit | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| Dockerfile | Loading commit data... | |
| LICENSE | Loading commit data... | |
| Makefile | Loading commit data... | |
| README.md | Loading commit data... | |
| requirements-dev.txt | Loading commit data... | |
| requirements.txt | Loading commit data... | |
| rsf.py | Loading commit data... | |
| run_docker.sh | Loading commit data... | |
| run_linter.sh | Loading commit data... | |
| run_tests.sh | Loading commit data... | |
| tox.ini | Loading commit data... |