Making pip installs a little less slow
Installing your Python application’s dependencies can be surprisingly slow. Whether you’re running tests in CI, building a Docker image, or installing an application, downloading and installing dependencies can take a while.
So how do you speed up installation with
pip
?
Source: Making pip installs a little less slow, an article by Itamar Turner-Trauring.