From 86b0085dedf2d2951b04abbcf3dfc2ef92e92903 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 9 Mar 2017 08:46:39 +0100 Subject: [PATCH] update readme for ubuntu/debian users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e61e0b..d75669f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ git submodule add https://github.com/deadc0de6/dotdrop.git ./dotdrop/bootstrap.sh ``` -Then install the requirements: +Then install the requirements (on Ubuntu/Debian, use *pip3* instead of *pip*): ``` sudo pip install -r dotdrop/requirements.txt ```