From 7dba16b22f670a217e46cdcd8c0c1de6780c86cb Mon Sep 17 00:00:00 2001 From: dbeamon Date: Tue, 9 Apr 2024 11:09:24 +0200 Subject: [PATCH] Python/Gpio-Basic: FIX typos --- python/gpio-basic/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/gpio-basic/README.md b/python/gpio-basic/README.md index 14863b3..c241507 100644 --- a/python/gpio-basic/README.md +++ b/python/gpio-basic/README.md @@ -82,9 +82,11 @@ virtualenv venv source venv/bin/activate ``` +> Note: The command `virtualenv venv` creates the virtual environment and only has to be executed once. + Install the package ``` -pip install xxxxx +pip install gpiod ``` ### Install Arduino Cloud python packages