will7200 / Yugioh-bot

Bot for Yugioh Duel Links via Nox and Steam
MIT License
58 stars 9 forks source link

[Question] How to update bot? #28

Closed koreplay closed 6 years ago

koreplay commented 6 years ago

How do you update your bot with a git command?

curtiola commented 6 years ago

Not sure on how to update, but assuming you use the $ git clone method initially, you can reinstall with these steps

$ cd yugioh-bot
$ git pull
$ git reset --hard origin/master
$ pip install -r requirements.txt
$ pip install -r install_requirements.txt
$ python install.py

Might not need to do the requirements.txt ones lol

will7200 commented 6 years ago

Yes, that is correct thanks, curtiola!!