Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 838 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 838 Bytes

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.