🚀 Installation
===============

The latest release of RAGoon can be installed from
`PyPI <https://pypi.org/project/ragoon/>`_ using::

   pip install ragoon

You may also install directly from GitHub, using the following command. This
can be used to obtain the most recent version of RAGoon::

   pip install git+git://github.com/louisbrulenaudet/ragoon.git

Note that RAGoon is built on top of sentence-transformers and FAISS.
See `here <https://github.com/UKPLab/sentence-transformers>`_
for instructions on installing sentence-transformers.
