diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 09:50:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 09:50:18 -0300 |
commit | b081933902d81f15a2aefa81600a95cee0efd8be (patch) | |
tree | c02065937538ecf6984a2bf5bb09da9d360b3183 | |
parent | 07f236a571db25e0449d659e589ac5398776cee1 (diff) | |
download | finder-b081933902d81f15a2aefa81600a95cee0efd8be.tar.gz finder-b081933902d81f15a2aefa81600a95cee0efd8be.tar.bz2 |
Feat: docs: dependencies
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -2,5 +2,10 @@ ## Dependencies -* Python 3. -* Prompt Toolkit. +* [Python][] 3+. +* [Prompt Toolkit][] ([python3-prompt-toolkit][] on [Debian][]). + +[Python]: https://python.org +[Prompt Toolkit]: https://python-prompt-toolkit.readthedocs.io/en/master/index.html +[Debian]: https://www.debian.org +[python3-prompt-toolkit]: https://packages.debian.org/bookworm/python3-prompt-toolkit |