.. _updating:

######################
Updating ChipWhisperer
######################

Updating your ChipWhisperer software installation is easy!

Navigate to where you installed ChipWhisperer update it with the usual git
commands. Don't forget to update any submodules (e.g. Jupyter) as well.

.. tip::
    Unsure where ChipWhisperer is installed? Run::

        import chipwhisperer as cw; print(cw.__file__)`


If you installed ChipWhisperer with our :doc:`Windows installer <windows-install>`,
you can run the "ChipWhisperer Update" program.


