Skip to content

Commit f8e948c

Browse files
committed
readme: add basic build instructions
1 parent f27d316 commit f8e948c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,16 @@ python bindings for [MOOS](https://github.com/themoos/core-moos)
99
|Windows |[![Build status](https://ci.appveyor.com/api/projects/status/ad0jwpij0xhikh5f?svg=true)](https://ci.appveyor.com/project/msis/python-moos)|
1010

1111
# Build Instructions
12-
(TODO, for now please refer to the `.travis.yml` file for Linux/OSX and `appveyor.yml` file for Windows.)
12+
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

Comments
 (0)