You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This is a web application with a Nodejs server and a JavaScript frontend.
26
26
## Dependencies
27
27
28
28
-[NuPIC History Server](https://github.com/htm-community/nupic-history-server) - install & run
29
-
-[Cell-viz](https://github.com/numenta/cell-viz/) - install & generate the static content with `webpack`
29
+
-[Cell-viz](https://github.com/numenta/cell-viz/)1.1.2 - install & generate the static content with `webpack`
30
30
#### Generate static content from cell-viz
31
31
There are 2 options:
32
32
- Permanent link: `ln -s static/js/third/dyson-bundle.js YOUR_PATH/cell-viz/out/dyson.js` This is a permanent solution, just need to update the webpack in `cell-viz` later on.
@@ -41,7 +41,7 @@ Install npm requirements:
41
41
42
42
## Run
43
43
44
-
> **REQUIREMENT**: This server depends on the [nupic-history-server](https://github.com/htm-community/nupic-history-server) running on PORT 8080. You must have that server running for any spatial pooler visualizations to work (ep. 7+).
44
+
> **REQUIREMENT**: This server depends on the [nupic-history-server](https://github.com/htm-community/nupic-history-server)0.0.1 running on PORT 8080. You must have that server running for any spatial pooler visualizations to work (ep. 7+).
0 commit comments