pip
prerequisites
updating the global pip manifest
if you run into issues here...
-
try forcing a reinstallation of both python pkgs
-
try using a specific set of trusted hosts
-
create a pip configuration file
-
with the following contents
-
updating a pip manifest
make sure you've...
exporting a pip manifest
make sure you've...
installing a pip manifest
make sure you've...
note that...
- it's good practice to use both a
requirements.txtand arequirements-dev.txt requirements.txtwould contain all packages (with their versions' locked) required for the applicationrequirements-dev.txtwould contain all packages required for the development of the application
uninstalling a pip manifest
make sure you've...