Skip to content

Commit 6422ca5

Browse files
committed
Issue #1317 - install packages in virtualenv
1 parent a691785 commit 6422ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"suitcss-utils-display": "^0.4.0"
4141
},
4242
"scripts": {
43-
"init": "npm run module && npm run virtualenv && npm run pip && npm install && npm run config",
43+
"setup": "npm run module && npm run virtualenv && npm install && npm run config",
4444
"watch" : "grunt watch",
4545
"build": "grunt",
4646
"module": "git submodule init && git submodule update",
4747
"start": "source env/bin/activate && python run.py",
48-
"virtualenv" : "pip install virtualenv && virtualenv env && source env/bin/activate",
48+
"virtualenv" : "pip install virtualenv && virtualenv env && source env/bin/activate && npm run pip",
4949
"pip": "pip install -r config/requirements.txt",
5050
"config": "cp config/secrets.py.example config/secrets.py",
5151
"project-update": "pip install --upgrade pip && npm run backend-install && npm update"

0 commit comments

Comments
 (0)