From c5dcd194b8830f2268ac09f5a473de974d69ff13 Mon Sep 17 00:00:00 2001 From: Somkiat Puisungnoen Date: Fri, 6 Sep 2024 12:25:17 +0700 Subject: [PATCH] Fix :: add install instruction of pip Signed-off-by: Somkiat Puisungnoen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c12709..6b47d3c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ pip install pgspot - [pglast](https://github.com/lelit/pglast) - [libpg_query](https://github.com/pganalyze/libpg_query) (through pglast) -To install the runtime requirements, use `pip -r requirements.txt`. +To install the runtime requirements, use `pip install -r requirements.txt`. ### Usage