Update manual install instructions

This commit is contained in:
Christopher C. Wells 2019-12-04 19:23:11 -08:00
parent eceece0db2
commit f984fb0e1d
1 changed files with 5 additions and 5 deletions

View File

@ -76,23 +76,23 @@ documentation section: [Translation](https://docs.djangoproject.com/en/dev/topic
### Requirements ### Requirements
- Python 3.5+, pip, pipenv - Python 3.5+, pip3, pipenv
- NodeJS 8.x and NPM 5.x - NodeJS 8.x+ and NPM 5.x+
- Gulp - Gulp
### Installation ### Installation
1. Install pipenv 1. Install pipenv
pip install pipenv pip3 install pipenv
1. Install required Python packages, including dev packages 1. Install required Python packages, including dev packages
pipenv install --dev pipenv install --three
1. Install Gulp CLI 1. Install Gulp CLI
npm install -g gulp-cli sudo npm install -g gulp-cli
1. Install required Node packages 1. Install required Node packages