pyrocko.print_version

Installation troubleshooting support module.

Note

This module has been superseded by the pyrocko command line tool.

Get the installed version of Pyrocko
pyrocko version

# or when using a specific interpreter:
python -m pyrocko.apps.pyrocko version
Get the install versions of Pyrocko’s prerequisites
pyrocko dependencies

# or when using a specific interpreter:
python -m pyrocko.apps.pyrocko dependencies

Running this module from the command line will print the version of the installed Pyrocko package or of its prerequisites.

Print the installed version of Pyrocko
python -m pyrocko.print_version
Print the installed versions of Pyrocko’s prerequisites
python -m pyrocko.print_version deps