Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 597 Bytes

install.rst

File metadata and controls

32 lines (20 loc) · 597 Bytes

Installation

Via pip

You can install the latest stable version of flambé as follows:

pip install flambe  # CPU Version
# or
pip install flambe[cuda]  # With GPU / CUDA support

From source

For the lastest version you can install from source:

git clone git@github.com:Open-ASAPP/flambe.git
cd flambe
pip install .

Hint

We recommend installing flambé in an isolated virtual environment