Installation

Noted that Sinatools is working on Python version 3.10.8.

Stable release

This is the preferred method to install SinaTools, to download the latest version of SinaTools, execute this command:

$ pip install SinaTools

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for SinaTools can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/SinaLab/SinaTools

Installing Data:

To enhance the performance of SinaTools, we designed it to install the models used in SinaTools modules. Then when the user imports the SinaTools modules, they will utilize these models.

To begin using the SinaTools modules, please first consult the DataDownload section.