You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Esto es por si no te funciona el programa porque PIP no se reconoce. Si ya tienes python y no funciona, entra al .py y cambia:
os.system("pip install requests & pip install colorama")
por
os.system("py -m pip install requests & py -m pip install colorama")
The text was updated successfully, but these errors were encountered:
Esto es por si no te funciona el programa porque PIP no se reconoce. Si ya tienes python y no funciona, entra al .py y cambia:
os.system("pip install requests & pip install colorama")
por
os.system("py -m pip install requests & py -m pip install colorama")
The text was updated successfully, but these errors were encountered: