https://github.com/dcbaker/pip-update
A small utility to update pip managed packages
https://github.com/dcbaker/pip-update
Last synced: 2 months ago
JSON representation
A small utility to update pip managed packages
- Host: GitHub
- URL: https://github.com/dcbaker/pip-update
- Owner: dcbaker
- License: gpl-3.0
- Created: 2016-06-13T23:00:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T23:00:38.000Z (almost 9 years ago)
- Last Synced: 2025-01-25T08:27:36.498Z (4 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pip-update
pip-update is a simple tool written in (hopefully) portable shell that will update all pip installed projects.
It doesn't aim to provide any fancy options or features, it has no command line arguments, and it doesn't aim to grow any.
# Installation
Copy this file to somewhere in your $PATH. For a system-wide install /usr/local/bin is a good choice, for a per user install ~/.local/bin is a good choice. You may need to add that your path.
# License
See the LICENSE file.