Installation
Note
GenTS is under development, and we will release it to PyPI soon. For now, you can install it from the source code.
From source code
To use GenTS, we recommend creating a virtual environment with python=3.10, for example:
$ git clone https://github.com/WillWang1113/GenTS.git
$ conda create -n gents python=3.10
$ conda activate gents
Then, install the required packages:
$ pip install -r requirements.txt
From PyPI
Note
To be updated