pipi
shortcut install & freeze pip packages
Installation
pip install pipi
Usage
pipi install [package_name] pipi i [package_name] pipi install requests pipi i requests
every single operation works like:
- Create requirements.txt if not exists.
- Try install the package if not installed.
- Append package to the requirements.txt if the operation is successful.