mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-22 18:07:21 +00:00
* Use raw string for re pattern * Trim trailing whitespaces from docstrings and code * Use isinstance() instead of type() for typechecking * Remove unused imports
139 B
139 B
Pyrogram Docs
- Install requirements.
- Install
pandoc
andlatexmk
. - HTML:
make html
- PDF:
make latexpdf
TODO: Explain better