Installation#

To install LDAQ first create a new environment:

py -m -3.11 venv <environment_name>

The 3.11 refers to the python version you are using. You can check your version by typing:

py --version

Note

This package works with Python versions 3.8 and above.

Then activate the environment:

<path_to_venv>\Scripts\activate

When the venv environment is activated, install the package using pip:

pip install ldaq

Alternatively, the latest version can always be installed from GitHub (you will have to have git installed):

pip install git+https://github.com/ladisk/LDAQ

Note

For some hardware additional drivers are packages are required. See the Code documentation for more information.

Note

For example to use National Instruments DAQ, you will need to install the NI-DAQmx driver.