aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index f2191d6c..f3e15789 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-=============
-🗞 Newspipe 🗞
-=============
+========
+Newspipe
+========
Presentation
------------
@@ -18,7 +18,7 @@ Main features
* export and import feeds with OPML files;
* favorite articles;
* detection of inactive feeds;
-* share articles with Google +, Pinboard and reddit;
+* Pinboard and reddit;
* personal management of bookmarks (with import from Pinboard).
The core technologies are `Flask <http://flask.pocoo.org>`_,
@@ -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