Skip to content

Commit

Permalink
chore: update install command for FileCache (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
m9810223 committed Jun 23, 2023
1 parent ffdfe8d commit 23471ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachecontrol/caches/file_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
"""
NOTE: In order to use the FileCache you must have
filelock installed. You can install it via pip:
pip install filelock
pip install cachecontrol[filecache]
"""
)
raise ImportError(notice)
Expand Down

0 comments on commit 23471ad

Please sign in to comment.