Installation ============ **cached-path** supports Python >= 3.6. ## Installing with `pip` **cached-path** is available [on PyPI](https://pypi.org/project/cached-path/). Just run ```bash pip install cached-path ``` ## Installing from source To install **cached-path** from source, first clone [the respository](https://github.com/allenai/cached_path): ```bash git clone https://github.com/allenai/cached_path.git cd cached_path ``` Then run ```bash pip install -e . ```