diff --git a/bind/python/README.md b/bind/python/README.md index e7b4d36b..bccff9c6 100644 --- a/bind/python/README.md +++ b/bind/python/README.md @@ -5,7 +5,7 @@ > [!TIP] > Since you will need to install some additional Python packages, we recommend setting up a Python Virtual Environment, _e.g._, with `venv`. -Install packages with: +Install the required packages with: ```bash pip install -r bind/python/requirements.txt ```