Installation#
A conda environment is strongly recommended with python ≥ 3.10.
conda create -n enrichmap_env python=3.12
conda activate enrichmap_env
Then, install enrichmap via pip.
pip install enrichmap
Or directly from GitHub:
pip install git+https://github.com/secrierlab/enrichmap.git