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:
***@***.***>
|
ofcoursenp
left a comment
There was a problem hiding this comment.
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