Skip to content

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:

  1. Install into a virtual environment along with everything else
  2. Install as a standalone tool with pipx so that hipercow is globally available but not part of your project dependencies
  3. Install globally with pip (not recommended)