Thursday, January 17, 2019

check the install python modules

python

import pip
installed_packages = pip.get_installed_distributions()
installed_packages_list = sorted(["%s==%s" % (i.key, i.version)
     for i in installed_packages])
print(installed_packages_list)


No comments:

Post a Comment

free online comma separating tool

https://delim.co/#