Skip to content

Commit

Permalink
Add info on how to install the tool via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
simonepri committed Mar 30, 2020
1 parent 23e6a8d commit 8d70304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "edgelist-converter"
name = "edgelist_mapper"
version = "0.1.0"
description = "Convert an edgelist file into a more compact format"
authors = ["Simone Primarosa <simonepri@outlook.com>"]
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The CLI takes the following positional arguments:

Example usage:
```bash
pip install git+https://github.com/simonepri/edgelist-mapper
python -m edgelist_mapper.bin.run \
edgelist.tsv \
.
Expand Down

0 comments on commit 8d70304

Please sign in to comment.