Installation guide¶
The gsMap
package can be installed via pip:
conda create -n gsMap python>=3.10
conda activate gsMap
pip install gsMap
or via the source code:
git clone https://github.com/JianYang-Lab/gsMap
cd gsMap
pip install -e .
Verify the installation by running the following command:
gsmap -v