From 5b9364eea56b797b97787c46db61b177030090a9 Mon Sep 17 00:00:00 2001 From: Lonami Date: Thu, 28 Dec 2017 16:28:19 +0100 Subject: [PATCH] Update optional dependencies --- Installing-Telethon.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Installing-Telethon.md b/Installing-Telethon.md index 5195115..9dfe061 100644 --- a/Installing-Telethon.md +++ b/Installing-Telethon.md @@ -28,8 +28,4 @@ If you don't have root access, simply pass the `--user` flag to the `pip` comman To generate the documentation, `cd docs` and then `python generate.py`. ## Optional dependencies -If you're using the library under ARM (or even if you aren't), you may want to install `sympy` through `pip` for a substantial speed-up when generating the keys required to connect to Telegram (you can of course do this on desktop too). See [issue #199](https://github.com/LonamiWebs/Telethon/issues/199) for more. - -If `libssl` is available on your system, it will also be used wherever encryption is needed. - -If neither of these are available, a pure Python callback will be used instead, so you can still run the library wherever Python is available! \ No newline at end of file +If `libssl` is available on your system, it will be used wherever encryption is needed, but otherwise it will fall back to pure Python implementation so it will also work without it. \ No newline at end of file