Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 539 Bytes

install.md

File metadata and controls

23 lines (20 loc) · 539 Bytes

Installation

libKriging may be installed directly from:

  • Python, from PyPI:
    pip3 install pylibkriging
  • R
    • from CRAN:
      install.packages('rlibkriging')
    • from GitHub (dev version):
      devtools::install_github('libKriging/rlibkriging')
  • Octave/Matlab, download and uncompress the archive for your system from libKriging latest release https://github.com/libKriging/libKriging/releases/latest, then:
    addpath("mLibKriging")