mirror of
https://github.com/andreili/katapult.git
synced 2025-08-24 03:44:06 +02:00
readme: fix incorrect instructions for installing pyserial
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
b24857259a
commit
604d74a005
@ -87,7 +87,7 @@ configured an alternative method of entry.
|
|||||||
Before flashing, make sure pyserial is installed. This step only needs to
|
Before flashing, make sure pyserial is installed. This step only needs to
|
||||||
be performed once:
|
be performed once:
|
||||||
```
|
```
|
||||||
pip install serial
|
pip3 install pyserial
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
python3 flash_can.py -d <serial device> -b <baud_rate>
|
python3 flash_can.py -d <serial device> -b <baud_rate>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user