mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
531069b1e2
* 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