Installation#

Installation with pip#

To install with pip, run the following from a terminal:

conda create -n pyGOT python==3.10.0
pip install py-scgot

Installation from GitHub#

To clone the repository and install manually, run the following from a terminal:

git clone git@github.com:Witiy/pyGOT.git
cd pyGOT
conda create -n pyGOT python==3.10.0
python setup.py install