From 15302d1e38dd3c66a9045b9213614cc175c185b3 Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Tue, 21 Mar 2023 17:36:53 +0100 Subject: [PATCH] add pyserial installation to installation chapter --- embedded-workshop-book/src/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embedded-workshop-book/src/installation.md b/embedded-workshop-book/src/installation.md index d4104a1..92c7bc7 100644 --- a/embedded-workshop-book/src/installation.md +++ b/embedded-workshop-book/src/installation.md @@ -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. \ No newline at end of file