From 38fb95ca0a2d9337bb277fa875f91ae31291010a Mon Sep 17 00:00:00 2001 From: Samuel Dowling Date: Wed, 29 Apr 2020 09:21:52 +0930 Subject: [PATCH] Fixed error in manual installation that would have resulted in installing python2 packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0499d22..0b152a2 100644 --- a/README.md +++ b/README.md @@ -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 `/src/autorecon`):