Installation#

cached-path requires Python 3.7 or later.

Installing with pip#

cached-path is available on PyPI. Just run

pip install cached-path

Installing from source#

To install cached-path from source, first clone the repository:

git clone https://github.com/allenai/cached_path.git
cd cached_path

Then run

pip install -e .