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

Fixed all bugs in install.sh file #303

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

A-Unix
Copy link

@A-Unix A-Unix commented Dec 23, 2023

In the previous version, the script was trying to install requirements directly without checking if they were already installed or not. I've fixed that issue, even if the requirements are not installed, the script will now first check if there is any need to install requirements or not. In that way, if a user faces any error during the installation of the requirements, then, he/she can first install the requirements using the command: pip3 install -r requirements.txt and then again try to install dependencies using this modified script. Then this script will skip the installation of the requirements and give a success message after installing other remaining dependencies.

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.

None yet

1 participant