From f984fb0e1de2b6cf11c4630dd67e97dfbe7845f8 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Wed, 4 Dec 2019 19:23:11 -0800 Subject: [PATCH] Update manual install instructions --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99a2560e..e34da9ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,23 +76,23 @@ documentation section: [Translation](https://docs.djangoproject.com/en/dev/topic ### Requirements -- Python 3.5+, pip, pipenv -- NodeJS 8.x and NPM 5.x +- Python 3.5+, pip3, pipenv +- NodeJS 8.x+ and NPM 5.x+ - Gulp ### Installation 1. Install pipenv - pip install pipenv + pip3 install pipenv 1. Install required Python packages, including dev packages - pipenv install --dev + pipenv install --three 1. Install Gulp CLI - npm install -g gulp-cli + sudo npm install -g gulp-cli 1. Install required Node packages