Skip to content

Installation

To install FOWT-ML from GitHub repository, do:

git clone git@github.com:hybridlabs-nl/fowt-ml.git
cd FOWT-ML
python -m pip install .

To install the package in development mode, you can clone the repository and install it using pip:

pip install -e .[dev]

To work with notebooks, you need to install jupyterlab:

pip install jupyterlab

If you are a contributor, follow the instructions in the How to Contribute in the documentation.