Skip to content

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
Copy link

@RahulVadisetty91 RahulVadisetty91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re3233

Incorrect platform comparison: In the should_install function, there’s a minor mistake in checking the platform for win32. It should compare with 'windows' instead of 'win32'. The line Should be:

elif platform_condition.group(1) == 'win32' and not current_platform == 'win32':

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.

2 participants