We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ede112 commit 53d7c6eCopy full SHA for 53d7c6e
1 file changed
README.md
@@ -211,7 +211,11 @@ The Pico W will automatically reboot and start running MASTR
211
cd host/
212
pip install -r requirements.txt
213
214
-# pytss may fail to install.
+# 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
219
```
220
221
### Step 5: Provision the System
0 commit comments