Skip to content

Commit 7dba16b

Browse files
committed
Python/Gpio-Basic: FIX typos
1 parent 6913483 commit 7dba16b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/gpio-basic/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ virtualenv venv
8282
source venv/bin/activate
8383
```
8484

85+
> Note: The command `virtualenv venv` creates the virtual environment and only has to be executed once.
86+
8587
Install the package
8688
```
87-
pip install xxxxx
89+
pip install gpiod
8890
```
8991

9092
### Install Arduino Cloud python packages

0 commit comments

Comments
 (0)