Skip to content

Commit 6da911f

Browse files
committed
Remove note about needing python 3.6 for pdf
1 parent fdd5887 commit 6da911f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ file analysis based on the inventory data.
2525

2626
### Usage
2727

28-
> For now, this script requires Python 3.6, because the fpdf dependency doesn't work with newer versions.
29-
3028
Install the dependencies:
3129

3230
```shell
33-
pip install argparse datetime fpdf matplotlib pypdf2 requests
31+
pip install argparse datetime fpdf2 matplotlib pypdf2 requests
3432
```
3533

3634
Create a pdf report by passing the inventory api key:

0 commit comments

Comments
 (0)