Skip to content

NSTHEHACKER/Python_package_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Package Installer

This Bash script can be used to automatically download and install a list of Python packages using the pip package manager.

Usage

  1. Edit the packages array in the script to include the names of the packages you want to install.
  2. Save the changes to the script.
  3. Open a command prompt or terminal window.
  4. Navigate to the directory containing the script.
  5. Run the script using the command ./packages.sh.

Note: You may need to make the script executable before running it. To do this, use the command chmod +x install_packages.sh.

Credits

This project was created by NSTHEHACKER. If you have any questions or feedback, please feel free to contact me at [email protected] .

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages