Sfoglia il codice sorgente

Add example build instructions

Steven Silvester 9 anni fa
parent
commit
674ba15f32
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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
 ----------