Installation

The software is distributed via PyPI, it can be installed with pip.

pip install arduino-serial-mux

From source

The source is hosted on GitHub, to install the latest development version, use the following commands.

git clone https://github.com/jfjlaros/arduino-serial-mux.git
cd arduino-serial-mux
pip install .

Development

Tests are written in the pytest framework which can be installed with pip.

pip install pytest

To run the automated tests, run py.test in the root of the project folder.