aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/2-3_install-xds-server-native.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/part-1/2-3_install-xds-server-native.md')
-rw-r--r--docs/part-1/2-3_install-xds-server-native.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/part-1/2-3_install-xds-server-native.md b/docs/part-1/2-3_install-xds-server-native.md
index c7bfd55..bf9fb1a 100644
--- a/docs/part-1/2-3_install-xds-server-native.md
+++ b/docs/part-1/2-3_install-xds-server-native.md
@@ -4,6 +4,8 @@ You can chose to install xds-server 'natively' instead of within a docker
container but note that only Linux host OSes are supported and tested for native
installation !
+You also need to install `python3` to allow `xds-server` to manage AGL sdks.
+
## Install packages for debian distro type
```bash
@@ -17,6 +19,9 @@ EOF"
sudo apt-get update
sudo apt-get install agl-xds-server
+
+# Install python3
+sudo apt-get install python3
```
## Install packages for openSUSE distro type
@@ -29,6 +34,9 @@ sudo zypper ar http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/a
sudo zypper ref
sudo zypper install agl-xds-server
+
+# Install python3
+sudo zypper install python3
```
## Configure xds-server