mirror of
https://github.com/YunoHost/pepettes.git
synced 2024-09-03 20:06:20 +02:00
use 'python3 -m pip" instead of 'pip3'
This commit is contained in:
parent
549a9f24e2
commit
c2b4a31050
1 changed files with 1 additions and 1 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Reference in a new issue