Commit 31d62300 authored by Martin Drechsler's avatar Martin Drechsler

added requirements file

parent 1fb32ee7
......@@ -21,7 +21,7 @@ try:
from props.digital import DigitalProps
from props.ao import AnalogOutputProps
except ValueError:
except:
warnings.warn('Problem importing ul from mcculw, Thus might happen in Linux')
import uldaq as ul
from uldaq import InterfaceType
......@@ -130,4 +130,4 @@ class daq_DO(object):
print('Digital out %i set to %s' % (self.out_num, bit_value) )
return bit_value, self.out_num
\ No newline at end of file
......@@ -9,7 +9,7 @@ These instructions will get you a copy of the project up and running on your loc
In windows, the mcculw package is needed. You can install it from https://pypi.org/project/mcculw/
In Linux, you will need the mccdaq package. You can install it from https://pypi.org/project/uldaq/.
In Linux, you will need the mccdaq package. You can install it from https://pypi.org/project/uldaq/. There you should go to the github repository and follow the build instructions.
However, until futher notice, the app will only be working properly under Windows. In Linux it can be tested thou, but without connecting to any device. In this case, the outputs are printed on
the console.
\ No newline at end of file
the console.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment