Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.17 KB

install-linux.rst

File metadata and controls

51 lines (26 loc) · 1.17 KB

For Linux

First of all, you need to install extra packages on your system

Debian based system:

$ apt-get install python-dev gcc libxslt1-dev which

Red-hat based system:

$ yum install gcc python-devel libxml2-devel libxslt-devel which redhat-rpm-config

Ubuntu system:

$ sudo apt-get install libz-dev

Now, you are ready to install the latest version of Hammr:

$ easy_install progressbar==2.3
$ pip install hammr

If you want to install a specific version of Hammr, see install-compatibility to find the compatible version of UForge, and in the code above replace the pip install hammr with:

$ pip install hammr==HAMMR-VERSION

If you already have hammr installed and want to upgrade to the latest version you can run:

$ pip install --upgrade hammr

Note

You can only have one version of Hammr installed on your system.

Note

If you need to remove a version of hammr, you can will need to remove both hammr and the Python SDK.