Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 894 Bytes

install.rst

File metadata and controls

37 lines (26 loc) · 894 Bytes

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