pipinstall is a python shell script to quickly download dependencies in domains of computer science. Now we don't have to download libraries one by one or write a requirements.txt file!
Go to the cloned directory
open command line/powershell/terminal at that directory
Run:
python pipinstall.py domain_nameThe domains must be one of the following:
-
Clone the repository:
Clone using GitHub Desktop,
OR
With Git:-
$git clone https://github.com/codezoned/pipinstall.git $cd pipinstall -
Go to the cloned directory and open Terminal/Powershell/CMD at that location
-
Run the pipinstall.py script
python pipinstall.py domain_name -
You're done. But if you want an easier access,
Set this repository as an environment variable and run:
pipinstall.py domain_name
