Installation ============ **From PyPi** - The simplest is to install hummingbird directly from pypi: :: $ pip install hummingbird **From Source** - If you wish to install from source, you can do so by cloning the git repository: :: $ git clone https://github.com/FXIhub/hummingbird.git And then use `pip` from inside the cloned directory: :: $ pip install -e . **Running Hummingbird** - After a successful installation, you will be able to start `hummingbird` from anywhere on your system, e.g.: :: $ hummingbird -i Supported Operating Systems --------------------------- * Linux * MacOS Requirements ------------ * `Python `_ >= 3.8 * `PyQt5 `_ * `PyQtGraph `_ >= 0.10 * `Numpy `_ * `Scipy `_ * `PyZMQ `_ * `pexpect `_ * `mpi4py `_ * `h5py `_ * `h5writer `_ * `pint `_ * `pytz `_ Requirements for testing ------------------------ * `pytest `_ Some of the `more advanced examples `_ require an installation of `libspimage `_ and/or `condor `_.