Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 970 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 970 Bytes

nova.instrumentation

Supporting code for Digital Instrumentation class at Universidade Nova de Lisboa.

Installation

1. Download and install the required applications

2. Complete the installation

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.

3. Check if the module was successfully installed

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.