From 1a6440cdc031fd0fba0f7d2f9d1d9af93405ae03 Mon Sep 17 00:00:00 2001 From: rportilla-databricks <38080604+rportilla-databricks@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:02:25 -0400 Subject: [PATCH] Update README.md --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 62dc59c7..e2453cb9 100644 --- a/python/README.md +++ b/python/README.md @@ -262,9 +262,9 @@ packages for this project, like so: `python -m venv /venv` -You can then install the required modules via pip: +Then, install the required modules via pip: -`pip install requirements.txt` +`pip install -r requirements.txt` ## Building the Project Once in the main project folder, build into a wheel using the following command: