Add requirements.txt for Python dependencies - #2510
Conversation
Signed-off-by: P Charishma Kumari <charishma1407@gmail.com>
d0559e8 to
395c711
Compare
|
Hi @charishma1407, thanks for looking at this. As far as I can tell, on Ubuntu the preferred way to install packages is via apt, rather than pip3. Is there a reason to do it the way you've proposed? |
|
You're right — apt is the preferred and safer way to install packages on Ubuntu as it avoids conflicts with system-managed Python. I have reverted the Ubuntu install step back to use apt and keep requirements.txt only for macOS and other platforms where pip3 is the standard approach. |
With |
Signed-off-by: P Charishma Kumari <charishma1407@gmail.com>
afe1c30 to
8f56654
Compare
Purpose:
This PR adds requirements.txt file for installing python dependencies.
Updated README.md as per the requirements in Ubuntu and MacOs.
Checklist
No This PR is a document and dependency change only
No
Generative AI
This contribution is not made with the help of a generative AI.