diff options
author | Michael Yick <cavemanon@mail.snootgame.xyz> | 2023-02-27 20:01:55 -0600 |
---|---|---|
committer | Michael Yick <cavemanon@mail.snootgame.xyz> | 2023-02-27 20:01:55 -0600 |
commit | 3215b065400d239b074d9206961616a6d3e376bb (patch) | |
tree | aa04bfdc953f8b64a6bda878babaa2b74746a8cb /README.md | |
parent | 96adb62ce1ab2f75d2b3f51ccad5ae69604c340b (diff) | |
download | dilbertRss-master.tar.gz dilbertRss-master.tar.bz2 dilbertRss-master.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 +``` |