Installation

jhat works on Python 3+ and requires the following Python packages (these should install automatically when you install jhat):

Install using pip

Using pip:

pip install jhat

Install Development Version

Using git:

git clone https://github.com/arminrest/jhat.git
cd jhat
python setup.py install