Skip to content

Commit

Permalink
use 'python3 -m pip" instead of 'pip3'
Browse files Browse the repository at this point in the history
  • Loading branch information
OniriCorpe committed May 21, 2024
1 parent 549a9f2 commit c2b4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit c2b4a31

Please sign in to comment.