Telethon/DEVELOPING.md

21 lines
281 B
Markdown
Raw Normal View History

Code generation:
2023-07-05 23:35:06 +03:00
```sh
pip install -e generator/
python tools/codegen.py
```
Formatting, type-checking and testing:
```sh
pip install isort black mypy pytest pytest-asyncio
python tools/check.py
```
Documentation:
```sh
pip install sphinx_rtd_theme
python tools/docgen.py
2023-07-05 23:35:06 +03:00
```