From c2b4a310504768df3cf246ad1a919e52af4fed49 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 22 May 2024 01:53:34 +0200 Subject: [PATCH] use 'python3 -m pip" instead of 'pip3' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b0fb07..166ed02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ git clone https://github.com/yunohost/donate cd donate python3 -m venv venv source venv/bin/activate -pip3 install requirements.txt +python3 -m pip install -r requirements.txt ``` Create a settings.py file with :