diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2020-12-10 21:20:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 21:20:12 -0700 |
commit | f23887d68ff27e15f598c693767d1d4a9550e4de (patch) | |
tree | 022499db6578f14119aa1bf0eef47065e9cc8bc2 | |
parent | 25d4f79474872537eb037567bf898d313cf366cf (diff) | |
download | graph-explorer-f23887d68ff27e15f598c693767d1d4a9550e4de.tar.gz graph-explorer-f23887d68ff27e15f598c693767d1d4a9550e4de.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ pip install pygame For a video overview: watch [https://www.youtube.com/watch?v=nIgWwrd05ts] ```bash +cd src python3 main.py ``` Select a node by clicking it; this will focus the links that are directed out of that node. @@ -29,6 +30,7 @@ Press "C" to clear all the selected nodes. ## Using the WOK Builder ```bash +cd src python3 builder.py ``` |