Installation
Installation
Note
Python 3.11 or above is required for building Biscuit.
Recommended way to install Biscuit is via pip:
Try running biscuit --version
in your terminal to check if the installation was successful.
Pre-requisites for Linux
Linux distribtions require some system packages to be installed prior to the installation.
For Debian based distributions,
For Arch Linux based distributions,For compiling from source code, please check the installation guide.
Alternative Installation Methods
- Standalone Builds:
- Grab the latest stable build from releases page
-
For unstable nightly builds, check the GitHub actions
-
Compiling from source: For instructions on compiling from source code, please refer to the installation guide.