From 237723d45f13abd60b9433f4ec8f6dc8295008f2 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 1 Apr 2017 23:51:32 +0200 Subject: [PATCH] update readme - pip to pip3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f723f08..a00f1c5 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ git submodule add https://github.com/deadc0de6/dotdrop.git ./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).