From ed0cd3e0ceb00c85a2b70e3a0b293991c3a715e9 Mon Sep 17 00:00:00 2001 From: Yuri Prezument Date: Thu, 21 Jan 2016 10:59:13 +0200 Subject: [PATCH] Installation docs - change according to README * Note about Python2 and 3. * Change package name in pip install example to newspaper3k. --- docs/user_guide/install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/user_guide/install.rst b/docs/user_guide/install.rst index 1e85af86..7d7f645a 100644 --- a/docs/user_guide/install.rst +++ b/docs/user_guide/install.rst @@ -55,9 +55,12 @@ NOTE: You will still most likely need to install the following libraries via you - lxml: ``libxml2-dev`` ``libxslt-dev`` - Python Development version: ``python-dev`` +Note that the Python3 package name is ``newspaper3k`` while our Python2 +package name is ``newspaper``. + :: - $ pip install newspaper + $ pip install newspaper3k $ curl https://raw.githubusercontent.com/codelucas/newspaper/master/download_corpora.py | python2.7