From 48490689f3d055d4bcf00d7f8e8e6cdb35f5c756 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Fri, 17 May 2024 19:56:20 -0500 Subject: [PATCH] README: Remind user (me) to install setuptools --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 496836f..82c859d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ Run the `setup.py`, which will install `squid-dl` and its two dependencies: $ python3 setup.py install ``` +If that fails, you may have to install `setuptools`. You can get it by +invoking: +``` +$ python3 -m pip install setuptools +``` + ### Linode Proxy Setup If you want to use the Linode SOCKS proxy feature, be sure to configure the `linode-cli` first: