Last updated 8 months ago
To install pip on Alpine we need to add following packages -
pip
$ apk add --update py-pip
This will install pip as well its dependencies.
Source: