Skip to content

Commit 53d7c6e

Browse files
committed
docs: update README 2
1 parent 3ede112 commit 53d7c6e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,11 @@ The Pico W will automatically reboot and start running MASTR
211211
cd host/
212212
pip install -r requirements.txt
213213

214-
# pytss may fail to install.
214+
# pytss may fail to install due to wheel building, please get your distrubution specific version.
215+
# Ubuntu
216+
sudo apt-get install python3-tpm2-pytss
217+
218+
# you will also require build-essentials, tpm2-tools
215219
```
216220

217221
### Step 5: Provision the System

0 commit comments

Comments
 (0)