Skip to content

Commit

Permalink
Merge pull request #87 from qt3uw/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gadamc authored Feb 8, 2023
2 parents 58f704e + c6f6f7b commit 58a4078
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ experiments.
### Prerequisites

The utilities in this package depend on publicly available Python packages found
on PyPI. However, the package also depends on the National Instruments DAQmx and
SpinCore's PulseBlaster libraries. These libraries are not available on PyPI and
must be installed separately.
on PyPI and drivers built by National Instruments for DAQmx and
SpinCore for the PulseBlaster. These libraries must be installed separately.

* [National Instruments DAQmx](https://nidaqmx-python.readthedocs.io/en/latest/)
* [driver downloads](http://www.ni.com/downloads/)
Expand All @@ -33,12 +32,17 @@ must be installed separately.

## Installation

Once the prerequisite packages have been installed
Once the prerequisite packages have been installed, qt3utils can be installed from pip.

```
pip install qt3utils
```

The `qt3utils` package depends on a handful of other [qt3 packages](https://github.com/qt3uw) and will be installed for you by default.
Additional information may also be [found here](https://github.com/qt3uw/qt3softwaredocs).



# Usage

This package provides GUI applications and a Python API for controlling the hardware and running experiments.
Expand Down

0 comments on commit 58a4078

Please sign in to comment.