aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2287b37..2840e60 100644
--- a/README.md
+++ b/README.md
@@ -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
+~~~~~
+