Skip to main content

Installation

FlowTorch can be installed as a package or directly from source.

Requirements

Python 3.7 or later is required. Other requirements will be downloaded by pip according to setup.py.

Pre-release

As FlowTorch is currently under rapid development, we recommend installing the latest commit from GitHub:

git clone https://github.com/facebookincubator/flowtorch.git
cd flowtorch
pip install -e .

Updates can then be performed by navigating to the directory where you cloned FlowTorch and running:

git pull

Latest Release

Alternatively, the latest release is installed from PyPI:

pip install flowtorch

Developers

Additional libraries required for development are installed by replacing the above pip command with:

pip install -e .[dev]