We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771c995 commit cc9c5aeCopy full SHA for cc9c5ae
README.md
@@ -20,18 +20,18 @@ We develop this toolkit according to the settings of DeepWalk. The implemented o
20
21
- Clone this repo.
22
- enter the directory where you clone it, and run the following code
23
- ```bash
24
- pip install -r requirements.txt
25
- cd src
26
- python setup.py install
27
- ```
+```bash
+pip install -r requirements.txt
+python setup.py install
+```
28
29
#### General Options
30
31
You can check out the other options available to use with *OpenNE* using:
32
33
- python -m openne --help
34
-
+python -m openne --help
35
36
- --input, the input file of a network;
37
- --graph-format, the format of input graph, adjlist or edgelist;
0 commit comments