mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Mention cryptg as an optional dependency
This commit is contained in:
parent
d581589313
commit
7c647b57e3
1
optional-requirements.txt
Normal file
1
optional-requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
cryptg
|
|
@ -33,6 +33,13 @@ If you don't have root access, simply pass the ``--user`` flag to the pip
|
|||
command. If you want to install a specific branch, append ``@branch`` to
|
||||
the end of the first install command.
|
||||
|
||||
By default the library will use a pure Python implementation for encryption,
|
||||
which can be really slow when uploading or downloading files. If you don't
|
||||
mind using a C extension, install `cryptg <https://github.com/Lonami/cryptg>`__
|
||||
via ``pip`` or as an extra:
|
||||
|
||||
``pip3 install telethon[cryptg]``
|
||||
|
||||
|
||||
Manual Installation
|
||||
*******************
|
||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
pyaes
|
||||
rsa
|
Loading…
Reference in New Issue
Block a user