Skip to content

Commit 65d4a02

Browse files
authored
Merge branch 'master' into master
2 parents 8cfb43c + c5586b1 commit 65d4a02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```
3332
python setup.py develop

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repo_url: 'https://github.com/libigl/libigl-python-bindings'
55
site_description: "Simple Python geometry processing library"
66
# strict: true
77
docs_dir: 'tutorial'
8+
edit_uri: 'edit/master/tutorial/'
89
remote_branch: 'gh-pages'
910
theme:
1011
name: material

0 commit comments

Comments
 (0)