Supporting code for Digital Instrumentation class at Universidade Nova de Lisboa.
- Anaconda (choose python 3);
- Supporting code.
Use the command in a console (anaconda console in windows):
pip install novainstrumentation
Make sure that the following code line works in ipython
:
import novainstrumentation
If no error appears you have successfully installed the needed tools for a scientific python environment.
Note: In some installations setuptools is missing and need to be installes with: pip install -U setuptools