Bladeren bron

Add example build instructions

Steven Silvester 9 jaren geleden
bovenliggende
commit
674ba15f32
1 gewijzigde bestanden met toevoegingen van 13 en 0 verwijderingen
  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
 ----------