Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to install whl file in 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
 
PREVIOUS NEXT
Tagged: #install #whl #file #python
ADD COMMENT
Topic
Name
8+4 =