From c0e1a9966e23462bb3f696c8773b5d80827b1d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Fri, 20 May 2022 22:40:55 +0200 Subject: [PATCH] No sudo when installing python requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a0083..4ad5090 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Please make sure you fork the repo and change the clone URL in the example below git clone https://github.com/YOUR-USERNAME/docs cd docs sudo apt install python3-pip - sudo pip3 install -r requirements.txt + pip3 install -r requirements.txt ``` - Running the docs server: