“Cómo instalar el archivo WHL en Python” Código de respuesta

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
raj_singh010

módulo python instalar un whl

pip install some-package.whl
Clever Crab

Cómo instalar el archivo .WHL en Windows 10

pip install C:/some-dir/some-file.whl
Encouraging Elephant

Respuestas similares a “Cómo instalar el archivo WHL en Python”

Preguntas similares a “Cómo instalar el archivo WHL en Python”

Más respuestas relacionadas con “Cómo instalar el archivo WHL en Python” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código