Installation¶
Stable release¶
Hooqu requires Pandas >= 1.0 and Python >= 3.7. To install via pip use:
$ pip install hooqu
This is the preferred method to install hooqu, as it will always install the most recent stable release.
From sources¶
The sources for hooqu can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/mfcabrera/hooqu
Or download the tarball:
$ curl -OL https://github.com/mfcabrera/hooqu/tarball/master
Once you have a copy of the source, you can install it with:
$ python setup.py install