Telethon/DEVELOPING.md
Lonami Exo e4d88e061d Create Python tools in favour of shell scripts
Python is likely to be installed when working on Python code,
which should make it more portable and consistent.
2023-09-03 11:00:48 +02:00

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