Installation ๐ป๏
Setting Python environment ๐๏
To use HippoMaps, we recommend creating a separate python environment first:
$ virtualenv -p python3.9 venv
$ source venv/bin/activate
Install ๐พ๏
To install HippoMaps, clone and pip the repository:
$ git clone https://github.com/HippAI/hippomaps.git
$ pip install -e hippomaps
Test ๐งช๏
You should now be able to access HippUnfold from your python console. For example:
>>> import hippomaps as hm
Recommended Softwares ๐ฑ๏ธ๏
These command line tools are also used in the Tutorials presented here.