MOj0 / LoR-Bot

Bot for Legends of Runeterra
MIT License
27 stars 14 forks source link

Cant make it run #7

Closed Gran177 closed 2 years ago

Gran177 commented 2 years ago

image

First of all, i dont know anything about python, managed to get the requirements.txt working after a few tries and now im stuck. What im doing wrong? thank you so much!!

Gran177 commented 2 years ago

image

tried with visual studio too

MOj0 commented 2 years ago

Hi! I just updated the requirements, it seems there were some issues there (commit here). You can now pull the changes: git pull origin master and install the requirements: pip install -r requirements.txt and it should work. If it does you can close the issue, otherwise feel free to post further comments. Also for the future, if you get a No module named 'requests' error, you can just do: pip install requests (or whatever the module name is :).

Gran177 commented 2 years ago

worked perfectly! thanks!!!! really nice bot