mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 06:51:56 +00:00
The getting started guide says to run:
pip3 install -r --user zephyr/scripts/requirements.txt
but this is broken. It should be:
pip3 install --user -r zephyr/scripts/requirements.txt
This fixes #10817 and is a regression from:
|
||
---|---|---|
.. | ||
getting_started.rst | ||
installation_linux.rst | ||
installation_mac.rst | ||
installation_win.rst | ||
toolchain_3rd_party_x_compilers.rst | ||
toolchain_custom_cmake.rst | ||
toolchain_other_x_compilers.rst |