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.

$ pip install bioprocessnexus

To install all required dependencies you can download the requirements.txt file and run

$ pip install -r requirements.txt

The GUI can then be launched in Python via

import bioprocessnexus
bioprocessnexus.launch_nexus()