Skip to content

Commit

Permalink
Merge pull request #135 from irnc/patch-1
Browse files Browse the repository at this point in the history
Add python3-pip install step for Ubuntu
  • Loading branch information
codelucas committed May 3, 2015
2 parents f71ccfb + da67956 commit 41b930b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ package name is ``newspaper``.

**If you are on Debian / Ubuntu**, install using the following:

- Install ``pip3`` command needed to install ``newspaper3k`` package::

$ sudo apt-get install python3-pip

- Python development version, needed for Python.h::

$ sudo apt-get install python-dev
Expand Down

0 comments on commit 41b930b

Please sign in to comment.