hugshoney / barnaclebot

:robot: Telegram bot to help myself learn English while learning Go and vice versa.
Mozilla Public License 2.0
1 stars 0 forks source link

add requirements.txt #1

Closed slavi010 closed 4 years ago

slavi010 commented 4 years ago

Hi,

Can you add a requirements.txt for all dependencies ?

Auto-create the file:

pip freeze > requirements.txt

Install with one cmd all dependencies from the file:

pip install -r requirements.txt

Thanks 👍

hugshoney commented 4 years ago

Done. I add requirements.txt in my repository. I don't have much experience of using venv, and I'm not use many external dependencies (only python-telegram-bot and requests as far as I know). So, I don't add those file previously, and I think no one will read or try my code :smile_cat:.

Thank You.

slavi010 commented 4 years ago

He he, we are in the same situation for python/English. Remind to close this issue !