Installation
From PyPI
To install Sibyl-API using pip
, run the following command in your terminal:
This is the preferred method to install Sibyl-API, as it will always install the most recent and stable release.
From Source
The source code of Sibyl-API can be downloaded from the Github Repository.
You can clone the repository and install the latest development version from source by running poetry install
on the dev
branch:
The dev
branch of the Sibyl-API repository contains the latest development version, which may include bugs or incomplete features. If you want to install the latest stable version, add git checkout stable
after the cd
command above.
Installing MongoDB
Sibyl-API requires MongoDB to access data. Before you can prepare your database and access API endpoints, you must install MongoDB by following the instructions here.
Last updated