summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2021-05-05 16:38:26 -0400
committerGitHub <noreply@github.com>2021-05-05 16:38:26 -0400
commit1be8300dc1c377962ff5a71f7a4da2e7a44bbc9e (patch)
treed613051199a5d2bc93b72c8622f2c673b3d8ff9f
parente64efb8743db56422f7bb1cd2d2aab136b60b61d (diff)
downloadsdl_core-release/6.1.2.tar.gz
Add python install note for 6.1.2release/6.1.2
``` python3 -m pip install xmlschema==1.1.2 ```
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d75e14465b..07a9daf088 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,12 @@ Currently supported:
## Getting Started
See the [Getting Started](https://smartdevicelink.com/en/guides/core/getting-started/install-and-run/) guide in the developer portal for instructions on how to build and start SDL Core.
+Note: An additional step may be required if running into python errors during the build process. A manual install of the xmlschema package is required.
+
+```
+python3 -m pip install xmlschema==1.1.2
+```
+
## Connect a Web HMI
After setting up SDL Core, you will need to connect it to an external HMI. The HMI component of SDL needs to be developed separately from this project, and should be tailored to your specific head unit. Several sample browser-based HMIs are available for testing purposes: