diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,3 +4,11 @@ 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 +~~~~~ + |