Enhance setup.py gen command

This commit is contained in:
Lonami Exo
2018-04-15 13:19:25 +02:00
parent 6058b80877
commit 3ed81481f8
4 changed files with 95 additions and 48 deletions

View File

@@ -54,7 +54,7 @@ Manual Installation
3. Enter the cloned repository: ``cd Telethon``
4. Run the code generator: ``python3 setup.py gen_tl``
4. Run the code generator: ``python3 setup.py gen tl errors``
5. Done!