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:
Specific Version¶
See the Tags section of the repository for available versions: