aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 5dcf7e21..f3e15789 100644
--- a/README.rst
+++ b/README.rst
@@ -56,12 +56,6 @@ recommend you to install it in a Python virtual environment. For example:
sudo apt-get install postgresql npm
-It seems that today a proof of good taste is to install first
-`pyenv <https://github.com/pyenv/pyenv>`_,
-then `pipsi <https://github.com/mitsuhiko/pipsi>`_, and finally
-`pew <https://github.com/berdario/pew>`_ and
-`pipenv <https://github.com/pypa/pipenv>`_ with pipsi.
-
.. code-block:: bash
git clone https://gitlab.com/newspipe/newspipe.git
bgstack15