mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
0caed6906f
* Reduce the amount of calls to pip and the number of temp files in batch_install. * Add logic to read the progress of the install in realtime from pip and stop using progress bar. * refactor based on PR feedback.