As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "Installing ChipWhisperer/Installing ChipWhisperer from PyPi"

From ChipWhisperer Wiki
Jump to: navigation, search
(Created page with "TODO")
 
 
Line 1: Line 1:
TODO
+
An alternative install method is to get ChipWhisperer directly from the Python Package Index. To do this, run the command
 +
 
 +
<code>pip install chipwhisperer</code>
 +
 
 +
Note that this package doesn't include anything except the software. The hardware pieces (including schematics, gerbers, and firmware for victims/scopes) isn't included here. However, if you need a couple of the utilities from the software, this is a quick and lightweight way to install them.

Latest revision as of 10:55, 10 February 2017

An alternative install method is to get ChipWhisperer directly from the Python Package Index. To do this, run the command

pip install chipwhisperer

Note that this package doesn't include anything except the software. The hardware pieces (including schematics, gerbers, and firmware for victims/scopes) isn't included here. However, if you need a couple of the utilities from the software, this is a quick and lightweight way to install them.