commit | 9680c4b727a03e317d6aaad2335d5cdd7ad07ff7 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu May 28 17:54:18 2020 -0400 |
committer | June Tate-Gans <jtgans@google.com> | Thu May 28 17:54:18 2020 -0400 |
tree | 92680d475650dd41aa981b85fa8d996d6988a7b2 | |
parent | 028a4f8363adf0c3a085bd9547fc5c9160c549b7 [diff] |
mdt: Ensure we build wheels bdist doesn't actually build something that twine can upload for binaries. Change-Id: I64bbf96166fe0fedc4d8a3ee6cc1fd436810b09b
MDT is a simple tool to aid in working with single board computers that the Mendel Linux distribution runs on. It consists of a whole bunch of pre-existing open source tooling, coupled with some simple wrappers written in python to ease their use.
It also provides an easy way to interact with these boards without having to fight with serial consoles, IP addresses, and other fiddly bits, reducing barrier to entry when working with these boards.
With minimal effort, MDT should also be portable to existing systems such as Debian and Ubuntu, if needed. This, however, is out of the scope of this project.
Install it via pip like this:
pip install mendel-development-tool
Note that if you run this as a non-root user, the executable will be stored in $HOME/.local/bin
which may not be in your PATH environment variable, so you'll want to add it.