Skip to content

Latest commit

 

History

History
executable file
·
27 lines (15 loc) · 848 Bytes

README.md

File metadata and controls

executable file
·
27 lines (15 loc) · 848 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 using pip

Use the command in a console (anaconda console in windows):

 pip install novainstrumentation

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.

Note: In some installations setuptools is missing and need to be installes with: pip install -U setuptools