Skip to content

Commit abd9ffe

Browse files
committed
DynaGraph video demo
Signed-off-by: Lionel TAILHARDAT <lionel.tailhardat@orange.com>
1 parent dd9aa41 commit abd9ffe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Data visualization:
3636
## Quick start
3737

3838
* Git clone the project to your computer and change directory to the project directory,
39-
* Install the DynaGraph Web app dependencies with the `npm install` CLI command,
39+
* Install the DynaGraph Web app dependencies with the `npm install` CLI command (or `npm ci` for using [package-lock.json](package-lock.json)),
4040
* Launch the DynaGraph Web app with the `npm run start` CLI command,
4141
* Install the Python data generation script dependencies with the `pip install -r data-collection/requirements.txt` CLI command,
4242
* Launch the random data generation script with the `python data-collection/ws_server.py` CLI command,
@@ -49,6 +49,7 @@ Data visualization:
4949

5050
We provide detailed usage directions of the DynaGraph framework in sections below.
5151

52+
See the "*[DynaGraph TWC2022](doc/DynaGraph_TWC2022.mp4)*" video demo for a short introduction to the framework usage.
5253
See the "*[Experiments](#experiments)*" Section for directions about the experiments setup provided in the "*Walks in Cyberspace*" paper.
5354

5455
### Data collection

doc/DynaGraph_TWC2022.mp4

3.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)