Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds script install_requirements_manual that attempts to install all … #436

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pjourney
Copy link

@pjourney pjourney commented Mar 13, 2024

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.

…python requirements from requirements.txt of same directory. Provides table view of installed, already installed, not installed requirements at end of script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant