Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 969 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 969 Bytes

FLEXible

Tests Linter

The documentation of the package was generated using pdoc. The steps to generate the documentation are the following ones:

pdoc flex -o=docs --docformat markdown --footer-text "FLEXible: Federad Learning Experiments"

In order to install this repo locally for development:

pip install -e ".[develop]"

With only tensorflow support:

pip install -e ".[tf]"

With only pytorch support:

pip install -e ".[pt]"

Without support for any particular framework

pip install -e .