How to install pinpip
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install pinpip
Lastest release
pin-pip adds some basic pip functionality to pin projects.
### Hooks
- pin init :
- --pip - Will process a 'requirements.txt' in the project root if there is one. If used with pip-venv, the pin virtual-environment will be used.
### Commands
- pin pip :
- requires - Lists the 'requirements.txt' file in the project root if there is one.
- meet - Will process a 'requirements.txt' in the project root if there is one. If used with pip-venv, the pin virtual-environment will be used.