Skip to content

Installing beir

Nandan Thakur edited this page Jun 29, 2022 · 2 revisions

🍻 Installing BEIR

One can install BEIR repository easily using a single line command. Tested with python versions 3.6+.

[Stable] Using pip version

pip install beir

Build or develop with BEIR

$ git clone https://github.com/beir-cellar/beir.git
$ cd beir
$ pip install -e .