Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson authored Feb 5, 2023
2 parents 8cfb43c + c5586b1 commit 65d4a02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ python -m pip install ./
* A tutorial on how to use the bindings can be found [here](https://libigl.github.io/libigl-python-bindings/tutorials/)
* A function reference can be found [here](https://libigl.github.io/libigl-python-bindings/igl_docs/)


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

```
python setup.py develop
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repo_url: 'https://github.com/libigl/libigl-python-bindings'
site_description: "Simple Python geometry processing library"
# strict: true
docs_dir: 'tutorial'
edit_uri: 'edit/master/tutorial/'
remote_branch: 'gh-pages'
theme:
name: material
Expand Down

0 comments on commit 65d4a02

Please sign in to comment.