Skip to content

Commit cc9c5ae

Browse files
committed
update readme installation instructions
1 parent 771c995 commit cc9c5ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ We develop this toolkit according to the settings of DeepWalk. The implemented o
2020

2121
- Clone this repo.
2222
- 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-
```
23+
```bash
24+
pip install -r requirements.txt
25+
python setup.py install
26+
```
2827

2928
#### General Options
3029

3130
You can check out the other options available to use with *OpenNE* using:
3231

33-
python -m openne --help
34-
32+
```bash
33+
python -m openne --help
34+
```
3535

3636
- --input, the input file of a network;
3737
- --graph-format, the format of input graph, adjlist or edgelist;

0 commit comments

Comments
 (0)