From 253bb59762062a579187f57143f6f2eaf126bfb8 Mon Sep 17 00:00:00 2001 From: Noah Overcash Date: Mon, 8 Jan 2018 09:16:25 -0500 Subject: [PATCH] Update README.rst If you tell users to use `pip3`, you shouldn't use `pip` in the example/copyable line. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f524384e..01f3afc4 100755 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Installing .. code:: sh - pip install telethon + pip3 install telethon Creating a client