“Как установить файл whl в Python” Ответ

Как установить файл whl в 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

модуль Python Установите WHL

pip install some-package.whl
Clever Crab

Как установить .whl файл в Windows 10

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

Ответы похожие на “Как установить файл whl в Python”

Вопросы похожие на “Как установить файл whl в Python”

Больше похожих ответов на “Как установить файл whl в Python” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования