Skip to content

Instantly share code, notes, and snippets.

View khorammfar's full-sized avatar
🏚️
Working from home. (updated 15 days ago)

Hamidreza Khorammfar khorammfar

🏚️
Working from home. (updated 15 days ago)
View GitHub Profile
# requirement for install pyrogram inside django
# django, pyrogram, others ...
from os import system as s
s("pip install django")
# or
s("python -m pip install django")
s("pip install pyrogram ")