ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
20 stars 21 forks source link

Pip install #514

Closed nathanlcarlson closed 6 years ago

nathanlcarlson commented 6 years ago

With the use of plumbum it is easier to use the pip executable to make installations. This is especially true as pip does not officially support being imported and used in that way for installations. This is related to #512 and #510 .

nathanlcarlson commented 6 years ago

This is a good start to using this strategy for doing pip installs. I think there are more places to apply it and some fixes/refinements to be made.