Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.37 KB

python-moos

Python bindings for MOOS.

CI status
conda.recipe Conda Actions Status
pip builds Pip Actions Status
cibuildwheel Wheels Actions Status

Install from PyPI

python -m pip install pymoos

Build Instructions

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 .