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: