We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af5b23 commit d51a24aCopy full SHA for d51a24a
README.md
@@ -8,6 +8,17 @@ The library contains:
8
- smolyak.*: smolyak polinomials
9
- complete polynomials
10
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
22
## multilinear and cubic interpolation
23
24
Fast numba-accelerated interpolation routines
0 commit comments