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: