From 3a5336fcc70f20690616867f46a2a5c74ea96963 Mon Sep 17 00:00:00 2001 From: Yueming Hao Date: Tue, 25 Jun 2024 09:40:45 -0700 Subject: [PATCH] Update README_cmake.md The requirements.txt is in the root of the repository now. --- README_cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_cmake.md b/README_cmake.md index 3908920450a1..38cf7978c1c3 100644 --- a/README_cmake.md +++ b/README_cmake.md @@ -205,7 +205,7 @@ Once Python is installed, you can install the Python module dependencies either globally or in a [virtual environment][venv] by running ``` -> pip3 install -r .\python_bindings\requirements.txt +> pip3 install -r requirements.txt ``` from the root of the repository.