Change recommended pip install command
This commit is contained in:
parent
168cc371cb
commit
9bb45e02bc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
mkdir -p ~/Projects/agaric/
|
||||
git clone git@gitlab.com:agaric/pomodoroprompt.git
|
||||
cd pomodoroprompt
|
||||
pip3 install -r requirements.txt
|
||||
python -m pip install --user -r requirements.txt
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in a new issue