Ejemplo 1: cómo instalar el archivo whl en python
#first get the path to the file of .whl file
#then just install it from pip
pip install <path to the file>
#let path be C:/somedir/somefile.whl
pip install C:/somedir/somefile.whl
Ejemplo 2: cómo instalar el archivo .whl en Windows 10
pip install C:/some-dir/some-file.whl
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)