Fixed error in manual installation that would have resulted in installing python2 packages
This commit is contained in:
parent
586105e128
commit
38fb95ca0a
|
@ -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`):
|
||||
|
|
Loading…
Reference in New Issue