Python bindings for MOOS.
CI | status |
---|---|
conda.recipe | |
pip builds | |
cibuildwheel |
python -m pip install pymoos
To compile pymoos you will need MOOS compiled and installed as well as Python and pip.
Clone the repository:
git clone https://github.com/russkel/python-moos.git python-moos
Build and install pymoos:
cd python-moos
python -m pip install .