➡️The API doc is available here⬅️
Before using the code be sure to check our license first.
To install the package, create an env with python 3.9
with conda
conda create -n fedeca python=3.9
conda activate fedeca
Within the environment, install the package by running:
git clone https://github.com/owkin/fedeca.git
pip install -e ".[all_extra]"
If you plan on developing, you should also install the pre-commit hooks
pre-commit install
This will run all the pre-commit hooks at each commit, ensuring a clean repo.
Go here.