slushjs / gulp-install

Automatically install npm and bower packages if package.json or bower.json is found in the gulp file stream respectively
MIT License
106 stars 46 forks source link

Add --target for pip #33

Closed rekotan closed 7 years ago

joakimbeng commented 7 years ago

It's now possible using:

gulp.src('...').pipe(install({
  pip: ['--target', '.']
}))