This package allows to execute InOrbit missions in connector robots.
Stable Release: pip install inorbit_edge_executor
Development Head:
pip install git+https://github.com/inorbit-ai/inorbit_edge_executor.git
See CONTRIBUTING.md for information related to developing the code.
-
pip install -e .[dev]
This will install your package in editable mode with all the required development dependencies (i.e.
tox
). -
make build
This will run
tox
which will run all your tests in Python 3.8 - 3.11 as well as linting your code. -
make clean
This will clean up various Python and build generated files so that you can ensure that you are working in a clean environment.