diff options
Diffstat (limited to 'python/getdevinfo/README')
-rw-r--r-- | python/getdevinfo/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/python/getdevinfo/README b/python/getdevinfo/README deleted file mode 100644 index 9dbddd80b01df..0000000000000 --- a/python/getdevinfo/README +++ /dev/null @@ -1,10 +0,0 @@ -getdevinfo (A device information gatherer for Linux and macOS) - -Working on both Linux and macOS, this script makes use of lshw, -lvdisplay, and blkid (Linux), as well as diskutil (macOS) to get -a comprehensive amount of disk information. - -This information is available in a structured dictionary for ease -of use. On Linux it requires lshw, blkid, and lvdisplay to be -installed. On Linux, you need beautifulsoup4 (bs4), and lxml to -use this tool. |