README: Remind user (me) to install setuptools
This commit is contained in:
parent
5028d7a4bf
commit
48490689f3
1 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,12 @@ Run the `setup.py`, which will install `squid-dl` and its two dependencies:
|
||||||
$ python3 setup.py install
|
$ 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
|
### Linode Proxy Setup
|
||||||
If you want to use the Linode SOCKS proxy feature, be sure to configure the
|
If you want to use the Linode SOCKS proxy feature, be sure to configure the
|
||||||
`linode-cli` first:
|
`linode-cli` first:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue