From c73c1ca4bc1671078b6c5d4291a5a79a7b0d5011 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 2 Jan 2024 15:44:13 -0500 Subject: [PATCH] doc: clarify --- bind/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```