Skip to content

Commit

Permalink
README: Use pip3 instead of pip
Browse files Browse the repository at this point in the history
Fixes coala#125
  • Loading branch information
aditigupta96 committed Mar 1, 2016
1 parent 4a1ec9a commit 1eb4575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ README
INSTALLATION
============

coala-bears can be installed with ``pip install coala-bears``. If you need more
coala-bears can be installed with ``pip3 install coala-bears``. If you need more
information about the installation and dependencies, take a look at our
`installation documentation
<http://coala.rtfd.org/en/latest/Users/Install.html>`__.

The latest code from master is automatically deployed to PyPI as a
development version. Get it with ``pip install coala-bears --pre``.
development version. Get it with ``pip3 install coala-bears --pre``.

|PyPI|

Expand Down

0 comments on commit 1eb4575

Please sign in to comment.