Skip to content

Installation

pip install beamz

is the easiest way to install BEAMZ since you only need Python 3.8 or higher and pip (Python package installer).

Alternatively, you can install BEAMZ directly from the source code. To do so, clone the repository:

git clone https://github.com/QuentinWach/beamz.git
cd beamz
and then install it using:
pip install -e .

You can verify that Beamz is installed correctly, you can run:

import beamz
print(beamz.__version__)

For more help, please visit our GitHub issues page.