Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check libraries in python

#To check installed libraries in python you can use the following codes
pip list -v 
pip3 list -v
 
PREVIOUS NEXT
Tagged: #check #libraries #python
ADD COMMENT
Topic
Name
6+7 =