Answers for "searching the version of a python package"

6

check package version python

import packagename
print(packagename.__version__)
Posted by: Guest on April-18-2020
13

how to find the version of python command linw

python --version
Posted by: Guest on April-28-2020

Code answers related to "searching the version of a python package"

Python Answers by Framework

Browse Popular Code Answers by Language