Skip to content

Commit d51a24a

Browse files
authored
Install isntructions.
1 parent 8af5b23 commit d51a24a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ The library contains:
88
- smolyak.*: smolyak polinomials
99
- complete polynomials
1010

11+
## install
12+
13+
Latest development version from git:
14+
15+
`pip install git+https://github.com/econforge/interpolation.py.git/`
16+
17+
Or latest stable version:
18+
19+
- from conda: `conda install -c conda-forge interpolation`
20+
- from PyPI: `pip install interpolation`
21+
1122
## multilinear and cubic interpolation
1223

1324
Fast numba-accelerated interpolation routines

0 commit comments

Comments
 (0)