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: .. code-block:: bash pip install --upgrade ezmsg If you installed ezmsg by cloning the ezmsg repository, you can pull the latest changes from the main branch: .. code-block:: bash git pull origin main .. |ezmsg_logo_small| image:: ../../_static/_images/ezmsg_logo.png :width: 40 :alt: ezmsg logo