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:
numpy
>= 2.0.0matplotlib
>= 3.9.0pandas
>= 2.3.0scipy
>= 1.13.0seaborn
>= 0.12.0
Optional dependencies
This Python packages are optional:
pytest
>= 7.1.0Only 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