Fixed error in manual installation that would have resulted in installing python2 packages

This commit is contained in:
Samuel Dowling 2020-04-29 09:21:52 +09:30
parent 586105e128
commit 38fb95ca0a
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ $ python3 -m pip install git+https://github.com/Tib3rius/AutoRecon.git
If you'd prefer not to use `pip` or `pipx`, you can always still install and execute `autorecon.py` manually as a script. First install the dependencies:
```bash
$ pip install -r requirements.txt
$ python3 -m pip install -r requirements.txt
```
You will then be able to run the `autorecon.py` script (from `<AUTORECON_ROOT_DIR>/src/autorecon`):