From 19cb7cb070d6ab04df43cacc69e0d74efab646b0 Mon Sep 17 00:00:00 2001 From: Carl George Date: Wed, 30 Sep 2020 12:13:46 -0500 Subject: [PATCH] Add Fedora/RHEL/CentOS installation instructions --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index ef8f569b..be388b2a 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,19 @@ Install it using pip: pip install ptpython +Install it on Fedora: + +:: + + dnf install ptpython + +Install it on RHEL/CentOS: + +:: + + yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm --eval %rhel).noarch.rpm + yum install ptpython + Start it by typing ``ptpython``.