From 0d21e99a676310a262e06e5e4bc962b07ad82fce Mon Sep 17 00:00:00 2001 From: W13R <9070224-W13R@users.noreply.gitlab.com> Date: Thu, 9 Dec 2021 10:58:05 +0100 Subject: [PATCH] Add section 'Dependencies' to the README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 ```