mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-12 09:02:24 +03:00
Update optional dependencies
parent
769ee0a35a
commit
5b9364eea5
|
@ -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!
|
||||
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.
|
Loading…
Reference in New Issue
Block a user