Changes

no edit summary
</pre>
The user flag installs ChipWhisperer in the user's <b>local</b> python site-packages directory.
 
You probably also want the Jupyter notebooks, which are the tutorial interface for ChipWhisperer 5. If not, you can skip this step.
<pre>
cd ..
git submodule init
git submodule update jupyter/
</pre>
You may also want the OpenADC software, which is necessary to build new firmware for the ChipWhisperer FPGA. This is unnecessary for most users. If you need it:
cd ..
git submodule init
git submodule updateopenadc
cd openadc/controlsw/python
python setup.py develop --user
</pre>
Once ChipWhisperer is and the Jupyter notebooks are installed, you can run it the tutorials through Jupyter by typing <pre>jupyter notebook</pre> into the command prompt, which should open a new Window in your browser. Navigate to chipwhisperer/software/jupyter/ to get started with the new Jupyter tutorials.
Approved_users, administrator
366
edits