Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 639 Bytes

python-moos

python bindings for MOOS

Build Statuses

OS Build Status
Linux/OSX Build Status
Windows Build status

Build Instructions

Clone the repository:

git clone https://github.com/msis/python-moos.git python-moos

Build and install python-moos:

cd python-moos
python setup.py build
python setup.py install