diff --git a/docs/install/prerequisites.rst b/docs/install/prerequisites.rst index 3acaaba8..ca18ebe3 100644 --- a/docs/install/prerequisites.rst +++ b/docs/install/prerequisites.rst @@ -199,6 +199,7 @@ To install for the currently active kernel run the command corresponding to your .. code-block:: shell sudo apt install "linux-headers-$(uname -r)" "linux-modules-extra-$(uname -r)" + sudo apt install python3-setuptools python3-wheel .. tab-item:: Red Hat Enterprise Linux :sync: rhel-tab @@ -206,6 +207,7 @@ To install for the currently active kernel run the command corresponding to your .. code-block:: shell sudo dnf install "kernel-headers-$(uname -r)" "kernel-devel-$(uname -r)" + sudo dnf install python3-setuptools python3-wheel .. tab-item:: SUSE Linux Enterprise Server @@ -214,6 +216,7 @@ To install for the currently active kernel run the command corresponding to your .. code-block:: shell sudo zypper install kernel-default-devel + sudo zypper install python3-setuptools python3-wheel Setting permissions for groups ================================================================ diff --git a/docs/install/quick-start.rst b/docs/install/quick-start.rst index 08f7fe94..c1a02450 100644 --- a/docs/install/quick-start.rst +++ b/docs/install/quick-start.rst @@ -34,6 +34,7 @@ For more in-depth installation instructions, refer to :ref:`detailed-install-ove sudo apt update sudo apt install "linux-headers-$(uname -r)" "linux-modules-extra-$(uname -r)" + sudo apt install python3-setuptools python3-wheel sudo usermod -a -G render,video $LOGNAME # Add the current user to the render and video groups wget https://repo.radeon.com/amdgpu-install/|amdgpu_version|/ubuntu/{{ os_release }}/amdgpu-install_|amdgpu_install_version|_all.deb sudo apt install ./amdgpu-install_|amdgpu_install_version|_all.deb @@ -59,6 +60,7 @@ For more in-depth installation instructions, refer to :ref:`detailed-install-ove sudo dnf install dnf-plugin-config-manager sudo crb enable sudo dnf install "kernel-headers-$(uname -r)" "kernel-devel-$(uname -r)" + sudo dnf install python3-setuptools python3-wheel sudo usermod -a -G render,video $LOGNAME # Add the current user to the render and video groups sudo dnf install https://repo.radeon.com/amdgpu-install/|amdgpu_version|/rhel/{{ os_version }}/amdgpu-install-|amdgpu_install_version|.el{{ os_major }}.noarch.rpm sudo dnf clean all @@ -86,6 +88,7 @@ For more in-depth installation instructions, refer to :ref:`detailed-install-ove sudo zypper addrepo https://download.opensuse.org/repositories/Education/{{ os_version }}/Education.repo sudo zypper --gpg-auto-import-keys refresh sudo zypper install kernel-default-devel + sudo zypper install python3-setuptools python3-wheel sudo usermod -a -G render,video $LOGNAME # Add the current user to the render and video groups sudo zypper --no-gpg-checks install https://repo.radeon.com/amdgpu-install/|amdgpu_version|/sle/{{ os_version }}/amdgpu-install-|amdgpu_install_version|.noarch.rpm sudo zypper --gpg-auto-import-keys refresh