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 Windows installer, you can run the “ChipWhisperer Update” program.