We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b63f325 + 152238d commit c5586b1Copy full SHA for c5586b1
README.md
@@ -26,9 +26,9 @@ python setup.py install
26
* A *temporary* tutorial on how to use the bindings can be found [here](https://libigl.github.io/libigl-python-bindings/tutorials/)
27
* A *temporary* function reference can be found [here](https://libigl.github.io/libigl-python-bindings/igl_docs/)
28
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:
31
-## Compiling and modifying the bindings
-After cloning this repository, you can compile the bindings from scratch by running:
32
```
33
python setup.py develop
34
0 commit comments