Tool built on top of West for managing nRF Connect SDK projects.
Project description
East tool
Installation and updating
Use the package manager pip to install East.
pip install --upgrade east-tool
Usage
east
intends to be fully documented inside the tool itself, so deduplication
of documentation is avoided. Executing east
or east --help
in the command
line should give you sufficient information on how to use the tool.
Developing East
For development and testing of east
the use of virtualenv
is suggested.
Install virtualenv
:
pip install virtualenv
Create and activate virtualenv
, run this from project root:
virtualenv venv
source venv/bin/activate
To make development of the python package more smooth you can run below command
from the project root directory.
Changes that you make in the source code will be automatically available
instead of running pip install .
all time.
pip install --editable .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for east_tool-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67da4557b610e95eea8f3f5814c7926bc002a447335a7585497542149707823f |
|
MD5 | c0a11c335a5296f383499b6f5d5b5836 |
|
BLAKE2b-256 | 922abee4064511e4eab4bdc2f8091ff097a359338ebd6ed735c09df8ac541d85 |