Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion doc/develop/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The current minimum required version for the main dependencies are:

.. code-block:: bat

winget install Kitware.CMake Ninja-build.Ninja oss-winget.gperf python Git.Git oss-winget.dtc wget 7zip.7zip
winget install Kitware.CMake Ninja-build.Ninja oss-winget.gperf Python.Python.3.12 Git.Git oss-winget.dtc wget 7zip.7zip

#. Close the terminal window.

Expand Down Expand Up @@ -337,6 +337,15 @@ chosen. You'll also install Zephyr's additional Python dependencies in a

#. Activate the virtual environment:

.. note::

Python's virtual environment activation in PowerShell requires
running a script itself, which needs to be allowed.

.. code-block:: powershell

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

.. tabs::

.. code-tab:: bat
Expand Down