We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27d316 commit f8e948cCopy full SHA for f8e948c
1 file changed
README.md
@@ -9,4 +9,16 @@ python bindings for [MOOS](https://github.com/themoos/core-moos)
9
|Windows |[](https://ci.appveyor.com/project/msis/python-moos)|
10
11
# Build Instructions
12
-(TODO, for now please refer to the `.travis.yml` file for Linux/OSX and `appveyor.yml` file for Windows.)
+Clone the repository:
13
+
14
+```
15
+git clone https://github.com/msis/python-moos.git python-moos
16
17
18
+Build and install python-moos:
19
20
21
+cd python-moos
22
+python setup.py build
23
+python setup.py install
24
0 commit comments