hipercow
This is a package for interfacing with the DIDE cluster directly from Python. It is related to the R package of the same name but with a focus on working with Python or other commandline-based jobs.
Installation
Installation will soon work through pip
, with
pip install hipercow
in the meantime you can install from GitHub with
pip install git+https://github.com/mrc-ide/hipercow-py
You have several basic options to install:
- Install into a virtual environment along with everything else
- Install as a standalone tool with
pipx
so thathipercow
is globally available but not part of your project dependencies - Install globally with
pip
(not recommended)