-
Notifications
You must be signed in to change notification settings - Fork 360
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
Update README.md #79
base: main
Are you sure you want to change the base?
Update README.md #79
Conversation
Added library installations
The required libraries are assumed to be installed directly using python3, so there's no need to install them from the requirements.txt file. You can run the python script immediately without any additional library installation for basic functionality. |
no we cant
…On Fri, Apr 26, 2024 at 2:27 PM Sushil Sharma ***@***.***> wrote:
At the moment
The required libraries are assumed to be installed directly using python3,
so there's no need to install them from the requirements.txt file. You can
run the python script immediately without any additional library
installation for basic functionality.
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVK7XSZYHL6OFLNFWUHBFMDY7IHOBAVCNFSM6AAAAABG2HAWH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZYHEZDAMJYGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed Installation of pip -r requirements.txt which was left unnoticed
Don't think this is necessary since it is basic command to install pip packages. |
not everyone knows but still its just a contribution they want to add it or they can close the pull request |
i think purpose of this section is to provide high level steps involved. exact commands to run including the one proposed can be found in |
Added library installations