This project provides a simple Python script that checks for pip
, installs it if necessary, and then installs a list of specified dependencies. It uses subprocess
to call the installation commands.
- Checks if
pip
is installed and installs it if it's not. - Installs specified dependencies using
pip
. - Clears the console for better readability after installation.
This script currently installs the following dependencies:
prettytable
You can add additional dependencies to the list in the code.
-
Clone the repository:
git clone https://github.com/Ellisia-Chan/PIP-Dependency-Installer.git cd package-installer