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 ~~~~~