From b05b43153c82cbbf7f596b7a45f39c413619dce3 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Thu, 24 Aug 2017 18:43:06 +0200 Subject: [PATCH] Update README.rst --- README.rst => README-long.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename README.rst => README-long.rst (98%) diff --git a/README.rst b/README-long.rst similarity index 98% rename from README.rst rename to README-long.rst index ba9c1444..9d7bb03a 100755 --- a/README.rst +++ b/README-long.rst @@ -67,13 +67,16 @@ upgrade with ``pip install --upgrade telethon``! Installing Telethon manually ---------------------------- -1. Install the required ``pyaes`` module: ``sudo -H pip install pyaes`` +1. Install the required ``pyaes`` and ``rsa`` modules: ``sudo -H pip install pyaes rsa`` (`GitHub `_, `package index `_) 2. Clone Telethon's GitHub repository: ``git clone https://github.com/LonamiWebs/Telethon.git`` 3. Enter the cloned repository: ``cd Telethon`` 4. Run the code generator: ``python3 setup.py gen_tl`` 5. Done! +To speed up the crypto part of Telethon, you should also install ``sympy`` and +``libssl`` on your computer. This step is optional. + Running Telethon ================ If you've installed Telethon via pip, launch an interactive python3 session and enter the following: