Skip to content

Commit c5586b1

Browse files
authored
Merge pull request #126 from libigl/alecjacobson-patch-1
Update README.md to acknowledge that numpy must be installed
2 parents b63f325 + 152238d commit c5586b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ python setup.py install
2626
* A *temporary* tutorial on how to use the bindings can be found [here](https://libigl.github.io/libigl-python-bindings/tutorials/)
2727
* A *temporary* function reference can be found [here](https://libigl.github.io/libigl-python-bindings/igl_docs/)
2828

29+
## Compiling and modifying the bindiings
30+
After installing numpy & scipy and then cloning this repository, you can compile the bindings from scratch by running:
2931

30-
## Compiling and modifying the bindings
31-
After cloning this repository, you can compile the bindings from scratch by running:
3232
```
3333
python setup.py develop
3434
```

0 commit comments

Comments
 (0)