File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ python -m pip install ./
2525* A tutorial on how to use the bindings can be found [ here] ( https://libigl.github.io/libigl-python-bindings/tutorials/ )
2626* A function reference can be found [ here] ( https://libigl.github.io/libigl-python-bindings/igl_docs/ )
2727
28-
29- ## Compiling and modifying the bindings
30- After cloning this repository, you can compile the bindings from scratch by running:
28+ ## Compiling and modifying the bindiings
29+ After installing numpy & scipy and then cloning this repository, you can compile the bindings from scratch by running:
3130
3231```
3332python setup.py develop
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ repo_url: 'https://github.com/libigl/libigl-python-bindings'
55site_description : " Simple Python geometry processing library"
66# strict: true
77docs_dir : ' tutorial'
8+ edit_uri : ' edit/master/tutorial/'
89remote_branch : ' gh-pages'
910theme :
1011 name : material
You can’t perform that action at this time.
0 commit comments