robertoszek / pleroma-bot

Bot for mirroring one or multiple Twitter accounts in Pleroma/Mastodon/Misskey.
https://robertoszek.github.io/pleroma-bot
MIT License
102 stars 19 forks source link

Just a dummy, maybe, question about upgrading Pleroma-Bot #111

Closed aalcaine closed 1 year ago

aalcaine commented 1 year ago

Hi, it might be a dummy question maybe, but could you provide a brief guide to upgrade Pleroma-bot from 1.1.0 to 1.2.0 (and future versions)?

The installation steps are really clear and easy to follow, but can't find information to upgrade/update.

Thank you!

robertoszek commented 1 year ago

Hi!

Sure, no problem. I assume you installed the bot using the PyPi package (with pip)?

You can upgrade to the latest available version everytime by simply running this:

pip install pleroma-bot --upgrade

It may be a good idea to add this to the documentation so it's easier to find for people unfamiliar with pip.

aalcaine commented 1 year ago

Thank you!

Yes, I installed it with pip 😊

Thanks a lot!