Installation ============ There are two main methods to launch the BioProcessNexus GUI: Installation via .exe (Windows) ------------------------------- To launch the BioProcessNexus GUI download and run `BioProcessNexus.exe `_. Installation via PyPI (Linux/macOS) ----------------------------------- If you want to launch the BioProcessNexus GUI directly via Python you can do so by installing from `PyPI `_. .. code-block:: console $ pip install bioprocessnexus To install all required dependencies you can download the `requirements.txt `_ file and run .. code-block:: console $ pip install -r requirements.txt The GUI can then be launched in Python via .. code-block:: python import bioprocessnexus bioprocessnexus.launch_nexus()