Pipstall - Keep your package dependencies list clean!
Installing packages:
pipstall <package_name> <package_name> ...
Installing dependencies from requirements.txt
:
pipstall -r
Displaying contents of requirements.txt
:
pipstall -p
Get help about commands:
pipstall --help
-
Go to any directory which is available in your PATH (so we will be able to run Powershell script like a command)
-
Download the script:
curl -O https://raw.githubusercontent.com/GooDeeJAY/pipstall/main/pipstall.ps1
-
Restart terminal, and you can run
pipstall
anywhere
-
Go to
/usr/local/bin/
(or any other directory that is available in your path) -
Download the script
curl -O https://raw.githubusercontent.com/GooDeeJAY/pipstall/main/pipstall
-
Give execution permission:
chmod +x pipstall
-
Now, you can run
pipstall
anywhere