Update README.md

This commit is contained in:
Clarth 2025-04-10 09:20:25 -04:00
parent 8f2c0edcea
commit b18211403d

View file

@ -1,4 +1,3 @@
<center><img src="TG-lunch-bot.jpeg" alt="TG Lunch Bot" width="400"></center>
# Telegram Lunch Bot
@ -10,7 +9,7 @@ Auto downloads a schools menu.pdf and daily sends what's for lunch to a Telegram
`python3 -m venv lunchbot-env`
`source venv/bin/activate`
`source lunchbot-env/bin/activate`
`pip install requests beautifulsoup4 PyPDF2`