In order to use heliumdb, you will need to have the following installed:
In addition, the following platforms have extra requirements:
First, clone this repo:
$ git clone https://github.com/levyx/heliumdb
Then, cd
to the heliumdb directory and use pip to install the heliumdb module:
cd heliumdb
pip install .
If you get permissions issues, use
pip install . --user
or use virtualenv.