diff --git a/Download-and-update.md b/Download-and-update.md index ccf977f..e8956f5 100644 --- a/Download-and-update.md +++ b/Download-and-update.md @@ -6,7 +6,11 @@ Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlm git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev -You can update it at any time to the latest development version by running: +Alternatively, you can retrieve the latest (monthly) package from the [PyPI](https://pypi.org/project/sqlmap/) repository: + + pip install --upgrade sqlmap + +You can update sqlmap at any time to the latest development version by running: python sqlmap.py --update