use 'python3 -m pip" instead of 'pip3'

This commit is contained in:
OniriCorpe 2024-05-22 01:53:34 +02:00
parent 549a9f24e2
commit c2b4a31050

View file

@ -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 :