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