Add section 'Dependencies' to the README
This commit is contained in:
parent
781cb4fbd9
commit
0d21e99a67
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue