Installation ============ The TimePlotGui library can be found both on `Python Package Index (PyPI) `_ and on `git `_ from which it can be installed. Regardless which installation method is used, it is necessary to install the appropriate dependencies listed below. Python Package Index -------------------- The library can be install from `PyPI `_ from the command line with the command *pip install TimePlotGui*. Github ------ The code and its version history can be found on (and installed using) the `git repository `_. When installing from git, it is possible to leverage git or to install it using a zip file. Dependencies ------------ In order to properly use the TimePlotGui library it is necessary to also install the following libraries from which TimePlotGui is built: * `PyQt5 `_ * `pyqtgraph `_ * `numpy `_