Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 737 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 737 Bytes

FedECA

➡️The API doc is available here⬅️

License

Before using the code be sure to check our license first.

Installation instructions

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.

Quickstart

Go here.