From fa96505d04d0121226675705d03b275d54d0cb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ho=CC=88rler?= Date: Fri, 4 May 2018 23:39:30 +0200 Subject: [PATCH] pip3 install pipenv in step 3 instead of pip. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a06d11a..4d5d2f28 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,10 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users 1. Default python3 to python and pip3 to pip for this session alias python=python3 - alias pip=pip3 1. Install pipenv - sudo -H pip install pipenv + sudo -H pip3 install pipenv 1. Install NodeJS, NPM and Gulp