We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HotMAPS is intended to be ran on linux operating systems.
The python code depends on the following python libraries (listed in requirements.txt):
The necessary python libraries can be installed through pip.
$ pip install -r requirements.txt
If you want to use exact versions used in the development of HotMAPS, then use the requirements_dev.txt file:
$ pip install -r requirements_dev.txt