14 lines
379 B
ReStructuredText
14 lines
379 B
ReStructuredText
|
This package contains the Zephyr RTOS meta tool, 'west'.
|
||
|
|
||
|
To install west from this package into your user directory, run:
|
||
|
|
||
|
$ python3 setup.py install --user
|
||
|
|
||
|
You can also try it out by just running the package as a module from
|
||
|
this directory:
|
||
|
|
||
|
$ python3 -m west
|
||
|
|
||
|
If you go this route, make sure to install the requirements as
|
||
|
specified by the install_requires line in setup.py.
|