Quick Start

Installation

PHUB uses the following dependencies:

  • Installing the lastest stable release (python 3.11 or higher):

pip install --upgrade phub
  • Installing the latest unstable updates (python 3.11 or higher):

pip install --upgrade git+https://github.com/Egsagon/PHUB.git
  • There also is a python 3.9 branch. Beware it might not be updated as often.

pip install --upgrade git+https://github.com/Egsagon/PHUB.git@py-3.9

You can use PHUB as a CLI, a GUI or a Python package.