Quellcode durchsuchen

Add example build instructions

Steven Silvester vor 9 Jahren
Ursprung
Commit
674ba15f32
1 geänderte Dateien mit 13 neuen und 0 gelöschten Zeilen
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -52,6 +52,19 @@ npm test
 ```
 
 
+Build Example
+-------------
+
+Follow the source build instructions first.
+Requires a Python install with the Jupyter notebook.
+
+```bash
+npm run build:example
+```
+
+Change to `example` directory and run `python main.py`.
+
+
 Build Docs
 ----------