mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
add pyserial installation to installation chapter
This commit is contained in:
parent
c097fcfab5
commit
15302d1e38
1 changed files with 3 additions and 0 deletions
|
@ -157,3 +157,6 @@ $ cargo install nrfdfu
|
|||
(..)
|
||||
Installed package `nrfdfu v0.1.3` (..)
|
||||
```
|
||||
## pySerial for Down The Stack
|
||||
|
||||
If you don't have a serial terminal you're familiar with, we recommend using `pySerial`. Follow the installation instructions [here](https://pythonhosted.org/pyserial/pyserial.html#installation). This may require an update of your python installation. This is needed for the second day of the 3 day embedded training.
|
Loading…
Reference in a new issue