Skip to content

Commit d57c236

Browse files
committed
Document send2trash dependency
1 parent d1a7f42 commit d57c236

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ A Python script to idempotently download, extract, and locally serve a mirror of
55

66
## Installation and usage
77

8-
The script uses only the standard library and `requests`, so in most
8+
The script has minimal dependencies (`requests` and `send2trash`), so in most
99
environments (e.g. Ubuntu) you can just run the script in your shell:
1010

1111
```shell
12+
sudo apt install python3-requests python3-send2trash # if needed
1213
./fetch_python_docs.py --systemd
1314
```
1415

0 commit comments

Comments
 (0)