Skip to content

PIP-Dependency-Installer - is a Python script that ensures pip is installed and automatically installs essential dependencies, simplifying environment setup for developers.

License

Notifications You must be signed in to change notification settings

Ellisia-Chan/PIP-Dependency-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PIP-Dependency-Installer

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.

Features

  • 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.

Dependencies

This script currently installs the following dependencies:

  • prettytable

You can add additional dependencies to the list in the code.

Usage

  1. Clone the repository:

    git clone https://github.com/Ellisia-Chan/PIP-Dependency-Installer.git
    cd package-installer

About

PIP-Dependency-Installer - is a Python script that ensures pip is installed and automatically installs essential dependencies, simplifying environment setup for developers.

Topics

Resources

License

Stars

Watchers

Forks

Languages