progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
616 stars 171 forks source link

Updating Limnoria to the latest release #1578

Closed ASmith- closed 3 months ago

ASmith- commented 3 months ago

I've combed over the Limnoria documents and thus far have not found a simple update of the Limnoria main program example. Currently I'm running Limnoria on a Linux Mint 21.3 Virginia OS from Nov 2023 last year. I'd like to easily update that install with the latest stable release.

Can you provide the command examples for me to carry that out?

ASmith- commented 3 months ago

This appears to be a answer in response to switching to python3 which I had already done, however its a simple upgrade command for limnoria via pip. sudo python3 -m pip install limnoria --upgrade