/novainstrumentation

Supporting code for instrumentation courses at Universidade Nova de Lisboa - Faculdade de Ciência de Lisboa

Primary LanguagePythonMIT LicenseMIT

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