1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-07 13:41:21 +00:00

Setuptools module needed for install

hartraft 2020-01-04 01:29:42 +01:00
parent 6163bb0fcf
commit 326f92880f

@ -28,7 +28,7 @@ sudo easy_install thefuck
:exclamation: Do not use `sudo easy_install pip`, it does not work on Ubuntu. :exclamation: Do not use `sudo easy_install pip`, it does not work on Ubuntu.
```bash ```bash
sudo apt install python3-dev python3-pip sudo apt install python3-dev python3-pip python3-setuptools
sudo pip3 install thefuck sudo pip3 install thefuck
``` ```