1. Installation

This section gives the recommended way to install GaInt. One can find the source code on Github https://zhaoyilin.github.io/gaint/.

1.1. Prerequisites

  • Prerequisties:

    • Python 3.5 or above

    • numpy 1.13.1

    • scipy 0.19.1

1.2. Compiling from source code

  • Compile from source

    git clone https://github.com/ZhaoYilin/gaint.git
    cd gaint
    python3 -m pip install -e .
    
  • Using pip to install python package on GitHub

    pip install git+https://github.com/ZhaoYilin/gaint