Skip to content

Commit c51bcc9

Browse files
committed
Updated readme.
1 parent 3333832 commit c51bcc9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Graph creator is a tool designed to help graph theorists input graphs from pre-e
44

55
## Supported Functionality
66
#### Multiline Adjacency Lists
7-
Graph Creator can output a user made graph as a multi-line adjacency list, as used by [NetworkX](https://networkx.github.io/).
7+
Graph Creator can output a user made graph as a multi-line adjacency list, as used by [NetworkX](https://networkx.github.io/).
8+
9+
#### Adjacency Matrices
10+
Graphs entered into graph creator can be output as a adjacency matrix represented by a 2D list.
811

912
#### Vertex Position List
1013
Graph Creator can output a JSON file with (x, y) coordinates of each user added vertex.
@@ -19,6 +22,13 @@ To install Graph creator first git clone this repo:
1922
git clone https://github.com/Jabbath/Graph-Creator
2023
```
2124

25+
Now, cd to the Graph-Creator director and run npm install to install the dependencies:
26+
27+
```
28+
cd Graph-Creator
29+
npm install
30+
```
31+
2232
Then, download the latest version of [NW.js (node-webkit)](https://nwjs.io/), and simply drag and drop the files from the repo into the base directory of NW.js. To run the application, run nw.
2333

2434
## Usage

0 commit comments

Comments
 (0)