Docs
You’ll need a conda and pip
make a new conda environment:
conda create -name fatslim python=3.5
add numpy and the right cython
pip install cython==0.16 conda install numpy pip install fatslim