Skip to content

Commit

Permalink
updated install instructions and new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Dec 16, 2023
1 parent 0adea76 commit 077475a
Show file tree
Hide file tree
Showing 13 changed files with 83 additions and 316 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,27 @@ Many of the functions provided by `compas_libigl` are based on the examples in t

## Installation

`compas_libigl` can be installed using a combination of conda and pip.
### Stable

The stable version of `compas_libigl` can now be installed from conda-forge.

```bash
conda create -n igl python=3.7 git cmake">=3.14" boost eigen=3.3 COMPAS compas_view2 --yes
conda create -n igl compas_libigl
```

### Dev install

A dev version of `compas_libigl` can be installed using a combination of conda and pip.

```bash
conda create -n igl-dev python=3.9 git cmake">=3.14" boost eigen=3.3 pybind11 --yes
conda activate igl
git clone --recursive https://github.com/BlockResearchGroup/compas_libigl.git
cd compas_libigl
rm -rf build
pip install -e .
```

> If you have git/cmake installed, this can be omitted from the environment installation.
> On Mac, don't forget to install `python.app`!
## Libigl functions

Currently the following functionalities of Libigl are included in the wrapper
Expand Down
30 changes: 0 additions & 30 deletions docs/_static/compas.css

This file was deleted.

Binary file removed docs/_static/compas.ico
Binary file not shown.
Binary file removed docs/_static/compas_icon.png
Binary file not shown.
Binary file removed docs/_static/compas_icon_white.png
Binary file not shown.
Binary file removed docs/_static/compas_white.ico
Binary file not shown.
5 changes: 0 additions & 5 deletions docs/_templates/compas-sidebar-footer.html

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_templates/navbar-nav.html

This file was deleted.

24 changes: 0 additions & 24 deletions docs/_templates/sbt-sidebar-nav.html

This file was deleted.

Loading

0 comments on commit 077475a

Please sign in to comment.