Commit b64407d0 authored by ashawkey's avatar ashawkey
Browse files

update readme

parent 4c0de5fc
...@@ -5,10 +5,14 @@ A CUDA Mesh BVH acceleration toolkit. ...@@ -5,10 +5,14 @@ A CUDA Mesh BVH acceleration toolkit.
### Install ### Install
```bash ```bash
pip install git+https://github.com/ashawkey/cubvh
# or locally
git clone --recursive https://github.com/ashawkey/cubvh git clone --recursive https://github.com/ashawkey/cubvh
cd cubvh cd cubvh
pip install . pip install .
``` ```
It will take several minutes to build the CUDA dependency.
#### Trouble Shooting #### Trouble Shooting
**`fatal error: eigen/matrix.h: No such file or directory`** **`fatal error: eigen/matrix.h: No such file or directory`**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment