From 5bad5e72e81a477ec282bba6447ea209f45c229d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 26 Mar 2020 14:43:31 +0100 Subject: [PATCH] Updated Download and update (markdown) --- Download-and-update.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Download-and-update.md b/Download-and-update.md index ccf977f8d..e8956f566 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