From b8be79519e40ed9fb00466f0913c8ceec2ba0b90 Mon Sep 17 00:00:00 2001 From: t0xic0der Date: May 19 2020 04:08:37 +0000 Subject: Replaced old RPM packages to PIP ones --- diff --git a/README.rst b/README.rst index ca5a830..7a7f1d4 100644 --- a/README.rst +++ b/README.rst @@ -16,8 +16,9 @@ It's dangerous to go alone! Take this! sudo dnf install fedmsg sudo dnf install python-fedmsg-meta-fedora-infrastructure - sudo dnf install python-fabulous - sudo dnf install tweepy + sudo dnf install python3-pip + pip3 install fabulous --user + pip3 install tweepy --user ----