Skip to content

Add python3-pip install step for Ubuntu - #135

Merged
codelucas merged 1 commit into
codelucas:masterfrom
irnc:patch-1
May 3, 2015
Merged

Add python3-pip install step for Ubuntu#135
codelucas merged 1 commit into
codelucas:masterfrom
irnc:patch-1

Conversation

@irnc

@irnc irnc commented Apr 3, 2015

Copy link
Copy Markdown

Without sudo apt-get install python3-pip as an additional step, pip3 command would not be available.

$ pip3 install newspaper3k
The program 'pip3' is currently not installed. You can install it by typing:
sudo apt-get install python3-pip

Without `sudo apt-get install python3-pip` as an additional step, `pip3` command would not be available.

```
$ pip3 install newspaper3k
The program 'pip3' is currently not installed. You can install it by typing:
sudo apt-get install python3-pip
```
@codelucas

Copy link
Copy Markdown
Owner

Good catch! Thanks for the PR

codelucas added a commit that referenced this pull request May 3, 2015
Add python3-pip install step for Ubuntu
@codelucas
codelucas merged commit 41b930b into codelucas:master May 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants