West, Zephyr's meta-tool
Go to file
Marti Bolivar 2e9e6b255d Add setuptools integration.
Follow along with the tutorial:

https://packaging.python.org/tutorials/packaging-projects/

The version number is because of repeated uploads to TestPyPI.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
2018-06-06 12:21:14 -04:00
west main: tweaks to enable setuptools integration 2018-06-06 12:21:14 -04:00
.gitignore Add setuptools integration. 2018-06-06 12:21:14 -04:00
LICENSE Add setuptools integration. 2018-06-06 12:21:14 -04:00
README.rst Add setuptools integration. 2018-06-06 12:21:14 -04:00
setup.py Add setuptools integration. 2018-06-06 12:21:14 -04:00

README.rst

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.