diff --git a/doc/develop/getting_started/index.rst b/doc/develop/getting_started/index.rst index 6b6f71c1710..d539a2dbaba 100644 --- a/doc/develop/getting_started/index.rst +++ b/doc/develop/getting_started/index.rst @@ -78,9 +78,8 @@ The current minimum required version for the main dependencies are: .. code-block:: bash sudo apt install --no-install-recommends git cmake ninja-build gperf \ - ccache dfu-util device-tree-compiler wget \ - python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \ - make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1 + ccache dfu-util device-tree-compiler wget python3-dev python3-venv python3-tk \ + xz-utils file make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1 .. note:: @@ -204,12 +203,6 @@ chosen. You'll also install Zephyr's additional Python dependencies in a .. group-tab:: Ubuntu - #. Use ``apt`` to install Python ``venv`` package: - - .. code-block:: bash - - sudo apt install python3-venv - #. Create a new virtual environment: .. code-block:: bash