diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:55:26 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:55:26 -0500 |
commit | dd31bc623b852b7cea84df61b48b4fed9a42a791 (patch) | |
tree | aa04bfdc953f8b64a6bda878babaa2b74746a8cb /README.md | |
parent | bd82f59cb2ab25a8ff83f41b0d361af5d3a5f2de (diff) | |
download | dilbertRss-dd31bc623b852b7cea84df61b48b4fed9a42a791.tar.gz dilbertRss-dd31bc623b852b7cea84df61b48b4fed9a42a791.tar.bz2 dilbertRss-dd31bc623b852b7cea84df61b48b4fed9a42a791.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,8 @@ run `uvicorn main:app --port 8866` in this directory to start the RSS feed reader. # Dependencies +This assumes you're using Debian bullseye. +``` python3 BeautifulSoup tor @@ -9,3 +11,4 @@ python3-feedgenerator python3-fastapi python3-requests python3-socks +``` |