mirror of https://github.com/snachodog/mybuddy.git
Update manual install instructions
This commit is contained in:
parent
eceece0db2
commit
f984fb0e1d
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue