Installation

The library is compatible with Python 3.10+, with a preference for installation on versions 3.10 or 3.11. To install the library, use the following command:

pip install aiflows

Other Installation Options

Install bleeding-edge version

git clone git@github.com:epfl-dlab/aiflows.git
cd aiflows
pip install -e .