Add section 'Dependencies' to the README

This commit is contained in:
W13R 2021-12-09 10:58:05 +01:00
parent 781cb4fbd9
commit 0d21e99a67

View file

@ -1,5 +1,21 @@
# linkmapy # linkmapy
## Dependencies
- Python 3.9
### Pip Dependencies
- networkx
- pandas
- pyvis
You can install those dependencies with
```
pip install -r pip-dependencies.txt
```
## Usage ## Usage
``` ```