Installation Guide

Installation Guide

Installation

All official releases of cachai are published on PyPI. To install, simply run:

$ pip install cachai

If you want to verify that cachai works correctly on your system, you can install it with the optional testing dependencies:

$ pip install cachai[testing]

Requirements

cachai has been tested on Python >= 3.10.

Core dependencies

This Python packages are mandatory:

Optional dependencies

This Python packages are optional:

  • pytest >= 7.1.0 Only required for testing

Verification

To verify that cachai installed correctly and is functioning properly on your system, you can run:

import cachai

cachai.run_tests()

Alternatively, execute this in your terminal:

$ cachai-test