Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isarandi authored Dec 6, 2024
1 parent 0e19ccb commit cfedf1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ The modifications are:
* option to extract the natural neighbor weights (Sibson coordinates) directly (the original version only gives the final interpolated value, but not the weights)
* k-d tree for faster search for the containing simplex of an inserted point

## Installation

For now, install via:

```
pip install git+https://github.com/isarandi/natinterp3d.git
```

Publishing to PyPI is planned.

## Usage

Expand Down Expand Up @@ -64,4 +72,4 @@ Multithreaded computation is automatically enabled. To customize, use the argume

## License

GNU GPL v3
GNU GPL v3

0 comments on commit cfedf1d

Please sign in to comment.