Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 309 Bytes

File metadata and controls

18 lines (14 loc) · 309 Bytes

python-moos

python bindings for MOOS

Build Instructions

Clone the repository:

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

Build and install python-moos:

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