2e9e6b255d
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> |
||
---|---|---|
west | ||
.gitignore | ||
LICENSE | ||
README.rst | ||
setup.py |
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.