This script scans directory for python scripts and installs needed dependencies
- Download a copy of script from this rep.
- [Optional] add to
PATH
for quicker access.
python3 spmi.py
- Installs modules for the directory it's running from.python3 spmi.py -d ~/test
- Installs modules for the~/test
directory.python3 spmi.py -c 'pip install'
- usespip install
instead of defaultpip3 install
.
- pyhton 3.4 or higher.
- pip 1.1 or higher.
- Ilia Nikishin (Gibitop).
This project is licensed under the MIT License - see the liscense file for details.
- This script won't work if the name of package you
import
doesn't match the name of package youpip install
.