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

Pip support #24

Closed jgr3go closed 9 years ago

jgr3go commented 9 years ago

As someone who stumbled across your module and wanted support for pip, as well as someone who was slightly confused on how this works, I'm requesting a few changes in this pull request.

  1. Updated README - these updates were to provide clarity on the cwd nesting, as well as add a table that says exactly what files are supported and what the resulting commands will be. Just makes it more readable (IMHO) as a new user of the module.
  2. Added support for pip - Even though pip requires a -r flag to specify what the requirements file is, other deployment systems (like Docker) look for the existence of this file to run pip install on it. These changes add support for pip as well.
joakimbeng commented 9 years ago

Thanks! :+1: Sorry for the slow response...