From c64820232958021aa5fd167109491d9f03671216 Mon Sep 17 00:00:00 2001 From: Aziez Ahmed Chawdhary Date: Tue, 2 Jan 2018 14:54:51 +0000 Subject: [PATCH] Remove the instruction for installing sqlobject --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index 26e1e6f..18abcb6 100755 --- a/README.rst +++ b/README.rst @@ -23,12 +23,6 @@ Podcast Player is on PyPI so it can be installed with pip. $ pip install podcast-player -If you see an error related with the following: ImportError: No module named sqlobject, then you could try and install sqlobject first. - -.. code-block:: bash - - $ pip install sqlobject - $ pip install podcast-player Setup ~~~~~