Skip to main content

pip wrapper for new requirements handling

Project description

Pips

pip wrapper for new requirements handling

https://www.kennethreitz.org/essays/a-better-pip-workflow

pips install flask

  1. run pip install flask
  2. add flask to requirements.txt
  3. run pip freeze > requirements.lock

pips uninstall flask

  1. run pipdeptree
  2. run pip uninstall for all dependencies
  3. remove flask from requirements.txt
  4. run pip freeze > requirements.lock

pips install

  1. run pip install -r requirements.lock

pips update

  1. run pip install -r requirements.txt
  2. run pip freeze > requirements.lock

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pips-tool-0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

pips_tool-0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page