mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
e4d88e061d
Python is likely to be installed when working on Python code, which should make it more portable and consistent.
281 B
281 B
Code generation:
pip install -e generator/
python tools/codegen.py
Formatting, type-checking and testing:
pip install isort black mypy pytest pytest-asyncio
python tools/check.py
Documentation:
pip install sphinx_rtd_theme
python tools/docgen.py