From 45cea44fac8de9a2c3f23c25d05a58c6a22b0dbb Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 28 Jan 2017 19:09:03 +0100 Subject: [PATCH] README.md: use pip3 instead of pip --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b7ce07..33bd9c5 100644 --- a/README.md +++ b/README.md @@ -122,19 +122,19 @@ with the following command: You can then install the package using: - $ pip install img2pdf + $ pip3 install img2pdf If you prefer to install from source code use: $ cd img2pdf/ - $ pip install . + $ pip3 install . To test the console script without installing the package on your system, use virtualenv: $ cd img2pdf/ $ virtualenv ve - $ ve/bin/pip install . + $ ve/bin/pip3 install . You can then test the converter using: