diff --git a/README.md b/README.md index 63d300e..6d314f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ # linkmapy +## Dependencies + +- Python 3.9 + +### Pip Dependencies + +- networkx +- pandas +- pyvis + +You can install those dependencies with + +``` +pip install -r pip-dependencies.txt +``` + ## Usage ```