Supporting code for Digital Instrumentation class at Universidade Nova de Lisboa.
- Anaconda (choose python 2.7);
- Supporting code.
Copy the support code to C:\Users\[username]\Anaconda\Lib\ directory and rename to guarantee that the directory is called novainstrumentation. In macos: \Users\[username]\Anaconda\Lib\.
Note: installing on users with usernames with spaces or special characters will not work properly. We suggest the creation of a new user in the system.
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.