Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 520 Bytes

install.rst

File metadata and controls

30 lines (18 loc) · 520 Bytes

Installation

Via pip

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

pip install flambe

From source

For the lastest version you can install from source:

git clone git@github.com:asappresearch/flambe.git
cd flambe
pip install .

Hint

We recommend installing flambé in an isolated virtual environment