-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Son Nguyen edited this page Jun 30, 2015
·
6 revisions
- Getting Binaries
- Building
Grab the latest release for your operating system.
Hitagi Reader utilizes the PyQt5 libraries.
No more dependencies other than cx_Freeze is needed to build from source.
- Install cx_Freeze
$ pip3 install cx_Freeze
. - Build Hitagi Reader
$ python setup.py build
from within the main directory.
Note: Older python versions have not been tested yet, but should not differ much.
Backward-compatibility patches will be deployed in the near future.
Clone the whole project from the master-branch.
git clone https://github.com/gimu/hitagi-reader.git
Run python Hitagi.py
to start the application.