1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 08:29:16 +00:00

update readme - pip to pip3

This commit is contained in:
deadc0de6
2017-04-01 23:51:32 +02:00
parent 94d9c0603d
commit 237723d45f

View File

@@ -76,9 +76,9 @@ git submodule add https://github.com/deadc0de6/dotdrop.git
./dotdrop/bootstrap.sh ./dotdrop/bootstrap.sh
``` ```
Then install the requirements (on Ubuntu/Debian, use *pip3* instead of *pip*): Then install the requirements:
``` ```
sudo pip install -r dotdrop/requirements.txt sudo pip3 install -r dotdrop/requirements.txt
``` ```
Finally import your dotfiles as described [below](#usage). Finally import your dotfiles as described [below](#usage).