download InstallationInstallation instructions:
:::{tab} Pip Install the latest stable version from PyPI:
pip install requests-cache
::: :::{tab} Conda Or install from conda-forge, if you prefer:
conda install -c conda-forge requests-cache
::: :::{tab} Pre-release If you would like to use the latest development (pre-release) version:
pip install --pre requests-cache
::: :::{tab} Local development See {ref}contributing for setup steps for local development :::
(requirements)=
You may need additional dependencies depending on which features you want to use. To install with extra dependencies for all supported {ref}backends and {ref}serializers:
pip install requests-cache[all]
The latest version of requests-cache requires python 3.7+. If you need to use an older version of python, here are the latest compatible versions and their documentation pages: