From 7e6ca683cc9fac241ab3b7d52232421d6b2f352c Mon Sep 17 00:00:00 2001 From: Tejas Gupta Date: Tue, 5 May 2026 01:24:35 +0530 Subject: [PATCH 1/2] Fix typo in package installation command Corrected the command for installing packages in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e8efb30..6b744dd64 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ We wanted to make it easy for 70 million deaf people across the world to be inde * Use comand promt to setup environment by using install_packages.txt and install_packages_gpu.txt files. -`pyton -m pip r install_packages.txt` +`python -m pip install -r install_packages.txt` This will help you in installing all the libraries required for the project. From 2bee1d72f2094e6bed64c7524bb5897773b1d3f5 Mon Sep 17 00:00:00 2001 From: Tejas Gupta Date: Tue, 5 May 2026 01:26:41 +0530 Subject: [PATCH 2/2] Correct package installation command in README Update the path for installing packages in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b744dd64..ca19e4dc7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ We wanted to make it easy for 70 million deaf people across the world to be inde * Use comand promt to setup environment by using install_packages.txt and install_packages_gpu.txt files. -`python -m pip install -r install_packages.txt` +`python -m pip install -r Code/install_packages.txt` This will help you in installing all the libraries required for the project.