Skip to content

Commit

Permalink
DOC: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed May 5, 2023
1 parent a44a560 commit c4ae0f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ We love to have your contributions to the GraphBin project, whether it's:

## Clone and install GraphBin onto your machine

First, make sure you have [git](https://github.com/git-guides/install-git) installed on your machine.

On GitHub, [fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the GraphBin repository and [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) it to your machine.

```
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

## Dependencies

GraphBin installation requires python 3 (tested on Python 3.6 and 3.7). The following dependencies are required to run GraphBin and related support scripts.
* [python-igraph](https://igraph.org/python/) - version 0.7.1
* [biopython](https://biopython.org/) - version 1.74
GraphBin installation requires python 3 to run. The following dependencies are required to run GraphBin and related support scripts.
* [python-igraph](https://igraph.org/python/)
* [cogent3](https://cogent3.org/)
* [cairocffi](https://pypi.org/project/cairocffi/)

## Installing GraphBin
Expand All @@ -40,7 +40,7 @@ graphbin -h

### Using pip

You can install GraphBin using pip.
You can install GraphBin using [pip](https://pypi.org/project/graphbin/).

```
pip install graphbin
Expand Down

0 comments on commit c4ae0f5

Please sign in to comment.