Skip to content

Installation

Stable release

To install genisys, run this command in your terminal:

uv add genisys

Or if you prefer to use pip:

pip install genisys

From source

The source files for genisys can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/InvictusLab/genisys

Or download the tarball:

curl -OJL https://github.com/InvictusLab/genisys/tarball/main

Once you have a copy of the source, you can install it with:

cd genisys
uv sync