Closed nathanlcarlson closed 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 .
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.
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 .