[Tutorial] Cómo instalar Python en Windows 10
https://www.youtube.com/watch?v=9fNKy9zOPkg
INSTALAR JUPYTER NOTEBOOK EN WINDOWS 10 ✅ | 2021 | ESPAÑOL
https://www.youtube.com/watch?v=5XuCaHpyRes
pip install jupyter
jupyter notebook (abrir)
Curso Python. Generar ejecutables. Fin de curso. Vídeo 78
https://www.youtube.com/watch?v=Vr9vl0qlggE
pip install pyinstaller
c<ruta/> pyinstaller nombreArchivo.py (con consola)
c<ruta/> pyinstaller --windowed nombreArchivo.py (sin consola)
c<ruta/> pyinstaller --windowed --onefile nombreArchivo.py (sin consola) (unico archivo .Exe)
c<ruta/> pyinstaller --windowed --onefile --icon=./logo.icon nombreArchivo.py (sin consola) (unico archivo .Exe)
Face Comparison in Python | Face Comparison in 5 lines | Data Magic
How to install deepface library | Fix deepface library installation issues | Data Magic
https://www.youtube.com/watch?v=IlhQFCSrNdE
No hay comentarios:
Publicar un comentario