Install and Setup

SurKit requires some prerequisites including NumPy, Matplotlib, and at least one of the following frameworks:

Installation

Then, you can install EasySurrogate itself.

  • Install the stable version with pip:

pip3 install surkit
  • Install the latest version, please install from github:

pip3 install git+https://github.com/CodexDive/SurKit.git
  • For developers, you should clone the folder to your local machine and put it along with your project scripts:

git clone https://github.com/CodexDive/SurKit.git