From d4e70ad1ee9cd73e0234c4a0b0ef3655ae8f4c6b Mon Sep 17 00:00:00 2001 From: Lonami Date: Fri, 12 Jan 2018 10:08:17 +0100 Subject: [PATCH] Small change --- readthedocs/extra/basic/installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readthedocs/extra/basic/installation.rst b/readthedocs/extra/basic/installation.rst index 35c7ce07..945576d0 100644 --- a/readthedocs/extra/basic/installation.rst +++ b/readthedocs/extra/basic/installation.rst @@ -12,9 +12,8 @@ To install Telethon, simply do: ``pip3 install telethon`` -If you get something like ``"Command not found"`` or any other -error while installing/importing the library, it's probably because you only have python3. -Try using just ``pip`` +Needless to say, you must have Python 3 and PyPi installed in your system. +See https://python.org and https://pypi.python.org/pypi/pip for more. If you already have the library installed, upgrade with: