Installation

Recommended (because of highly active development):

git clone https://github.com/deepset-ai/FARM.git
cd FARM
pip install -r requirements.txt
pip install --editable .

If problems occur, please do a git pull. the –editable flag will update changes immediately.

With pip:

pip install farm

We recommend using Python 3.7.