Skip to content

Commit a8bef81

Browse files
authored
Update README.md
1 parent efd64ae commit a8bef81

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ GraphBin2 is an extension of [GraphBin](https://github.com/Vini2/GraphBin) which
1111

1212
## Getting Started
1313

14+
### Dependencies
15+
You will need the following python packages installed.
16+
* [Biopython](https://biopython.org/)
17+
* [python-igraph](https://igraph.org/python/)
18+
1419
### Downloading GraphBin2
1520
You can download the latest release of GraphBin from [Releases](https://github.com/Vini2/GraphBin/releases) or clone the GraphBin repository to your machine.
1621

@@ -27,7 +32,7 @@ unzip [file_name].zip
2732
Now go in to the GraphBin folder using the command
2833

2934
```
30-
cd GraphBin/src/
35+
cd GraphBin2/src/
3136
```
3237

3338
## Using GraphBin2

0 commit comments

Comments
 (0)