Skip to content

Commit

Permalink
Recommend using pip3 instead of pip
Browse files Browse the repository at this point in the history
Versioned commands are available since pypa/pip#1053, or pypa/pip#1251
if pip is installed from a wheel.

Fixes #353.
  • Loading branch information
mitya57 committed Feb 6, 2018
1 parent f3fe233 commit 7eebebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We also recommend having these packages installed:
support

The latest stable version of ReText can be downloaded from [PyPI]. You can
also use `pip install ReText` command to install it from there.
also use `pip3 install ReText` command to install it from there.

Translation files are already compiled for release tarballs and will be
automatically loaded. For development snapshots, compile translations using
Expand Down

0 comments on commit 7eebebd

Please sign in to comment.