aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2840e60e4b4bd4787b62c04d9a336c4e2056cb2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# qolab

Collection of scripts to run experimental hardware with python.

Started in April 2021 by Eugeniy E. Mikhailov

## Build instructions

To build a python wheel package and put it in `./dist/` directory, run

~~~~~
flit build
~~~~~