How to update ezmsg?#
Updating ezmsg ensures you have the latest features, improvements, and bug fixes.
If you installed ezmsg using pip, you can easily update it using the following command in your terminal:
pip install --upgrade ezmsg
If you installed ezmsg by cloning the ezmsg repository, you can pull the latest changes from the main branch:
git pull origin main