The stable version can be installed either via pip or easy_install.
pip install holmium.core
# or
easy_install holmium.core
To use holmium.core directly from source the preferred method is to use the develop mode. This will make holmium.core available on your PATH, but will point to the checkout. Any updates made in the checkout will be available in the installed version.
git clone git@github.com:alisaifee/holmium.core
cd holmium.core
sudo python setup.py develop
holmium.core uses nosetests for running its tests. You will also need phantomjs installed to run certain tests that make more sense without mocking. For instructions on installing phantomjs go to the phantomjs download page.
cd holmium.core
nosetests --with-coverage --cover-html --cover-erase --cover-package=holmium.core