Skip to content

Commit

Permalink
update readme installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouly committed Jan 28, 2022
1 parent 32d84c5 commit 3104bb4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ We develop this toolkit according to the settings of DeepWalk. The implemented o

- Clone this repo.
- enter the directory where you clone it, and run the following code
```bash
pip install -r requirements.txt
cd src
python setup.py install
```
```bash
pip install -r requirements.txt
python setup.py install
```

#### General Options

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

python -m openne --help

```bash
python -m openne --help
```

- --input, the input file of a network;
- --graph-format, the format of input graph, adjlist or edgelist;
Expand Down

0 comments on commit 3104bb4

Please sign in to comment.