zephyr/doc/getting_started
Sebastian Bøe e8420d91bb doc: Fix pip3 install command
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:
0d811b9aee

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-10-25 07:21:35 +01:00
..
getting_started.rst doc: Fix pip3 install command 2018-10-25 07:21:35 +01:00
installation_linux.rst
installation_mac.rst
installation_win.rst
toolchain_3rd_party_x_compilers.rst
toolchain_custom_cmake.rst
toolchain_other_x_compilers.rst