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/
|
mkdir -p ~/Projects/agaric/
|
||||||
git clone git@gitlab.com:agaric/pomodoroprompt.git
|
git clone git@gitlab.com:agaric/pomodoroprompt.git
|
||||||
cd pomodoroprompt
|
cd pomodoroprompt
|
||||||
pip3 install -r requirements.txt
|
python -m pip install --user -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue