Skip to content

Installation

Latest Version from GitHub

1. Create and activate an environment

Create a conda environment with the required dependencies:

conda env create --file https://raw.githubusercontent.com/maawoo/gedixr/main/environment.yml
conda activate gedixr_env

Tip

We recommend using Mamba as a faster alternative to Conda.

2. Install gedixr

Install the package into the activated environment:

pip install git+https://github.com/maawoo/gedixr.git

Specific Version

See the Tags section of the repository for available versions:

conda env create --file https://raw.githubusercontent.com/maawoo/gedixr/v0.6.0/environment.yml
conda activate gedixr_env
pip install git+https://github.com/maawoo/gedixr.git@v0.6.0