From 0c3f6f588447f678caf23fca5d70790df0ce5a23 Mon Sep 17 00:00:00 2001 From: tristanlatr <19967168+tristanlatr@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:48:05 -0500 Subject: [PATCH] Document that sqlmap is available from PyPI --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e85b3a0435..4d51fcf87b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlm sqlmap works out of the box with [Python](https://www.python.org/download/) version **2.7** and **3.x** on any platform. +You can also use ``pip`` to install and/or upgrade the sqlmap to latest (monthly) tagged version with: :: + + pip install --upgrade sqlmap + Usage ----