diff --git a/README.md b/README.md index 5d8664c..c1df6ad 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,24 @@ Following features are work in progress: - [ ] Improve cache behaviour. User and tags can have much longer cache times. -# License +## Dependencies + +All requirements can be installed easily using: + +```bash +pip install -r requirements.txt +``` + +Full list of requirements: +- [requests](https://pypi.org/project/requests/) +- [requests-cache](https://pypi.org/project/requests-cache/) +- [fuse-python](https://pypi.org/project/fuse-python/) +- [secret_loader](https://gitfub.space/Jmaa/secret_loader) +- [marko](https://pypi.org/project/marko/) +- [python-frontmatter](https://pypi.org/project/python-frontmatter/) + + +## License ``` MIT License