commit | d3b2e886a9212f0084ea55d24863bf04b61ccd92 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Oct 17 14:20:02 2019 -0500 |
committer | June Tate-Gans <jtgans@google.com> | Thu Oct 17 14:20:02 2019 -0500 |
tree | ad237fae9b868941f9f56d35d4c6b74fe677c4a3 | |
parent | 60475ed8feeb492292d979b4f823a904cf9d1b73 [diff] |
wheel: Stop using bdist_wheel Apparently somewhere along the line this got deprecated and renamed to just "bdist". Change-Id: I5e1100e1de9f2686bf070b4917d5ee5695dc98ce
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.