more tweaks
This commit is contained in:
parent
a905e043ca
commit
cc0f6ffb62
1 changed files with 2 additions and 2 deletions
|
@ -37,11 +37,11 @@ On `Debian` based systems, you can get pip with
|
||||||
|
|
||||||
`sudo apt-get install pip`
|
`sudo apt-get install pip`
|
||||||
|
|
||||||
For .spell to work, we also need a library called `Enchant`. On `Debian` based systems, install with
|
For `.spell` to work, we also need a library called `Enchant`. On `Debian` based systems, install with
|
||||||
|
|
||||||
`sudo apt-get install python-enchant`
|
`sudo apt-get install python-enchant`
|
||||||
|
|
||||||
In addition, for .whois to work optimally, you must have `whois` installed. Again, on `Debian` based systems, install it with
|
In addition, for `.whois` to work optimally, you must have `whois` installed. Again, on `Debian` based systems, install it with
|
||||||
|
|
||||||
`sudo apt-get install whois`
|
`sudo apt-get install whois`
|
||||||
|
|
||||||
|
|
Reference in a new issue