Skip to content

Instantly share code, notes, and snippets.

@Serpens
Created November 16, 2015 14:12
Show Gist options
  • Save Serpens/106486faf1b0a7ed628f to your computer and use it in GitHub Desktop.
Save Serpens/106486faf1b0a7ed628f to your computer and use it in GitHub Desktop.
Check Python package version
import pkg_resources
pkg_resources.get_distribution("pkg_name").version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment