KoboldAI / KoboldAI-Client

https://koboldai.com
GNU Affero General Public License v3.0
3.45k stars 743 forks source link

Adds script install_requirements_manual that attempts to install all … #436

Open pjourney opened 5 months ago

pjourney commented 5 months ago

Adds more universal requirements install script named install_requirements_manual.py

This new script notably provides a more straightforward approach to requirements installation for MacOS users.

The new script attempts to read all requirements from the requirements.txt file in the same directory as the script and install them using Python's pip package manager.

The script provides progress indicators of package installments and a table summarizing which requirements were installed, now installed, or failed to install.