Getting started

HiFive requires Python 2.7. To check your version, run:

> python -V

Installing HiFive

HiFive can be obtained from HiFive using the following command:

> hg clone https://bitbucket.org/bxlab/hifive/

or alternatively, download a snapshot of the repository using the following commands:

> wget https://bitbucket.org/bxlab/hifive/downloads/hifive_v2.2.tar.bz2
> tar -xjf hifive_v2.2.tar.bz2

HiFive depends on a few packages and has several others that extend its functionality.

Required Packages

Installing Documentation

In order to build HiFive’s documentation locally, you need to execute the following command:

> cd doc
> make html

This will create the documentation suitable for viewing with a web browser. In order to create a pdf version of the documentation, simply run the following:

> cd doc
> make latexpdf