How can I see PyPAGO version ?
Like all Pyhton modules, if PATH
or envvar:PYTHONPATH is
set, pydoc is your friend:
A more concise output here:
python -c 'import pypago; print(pypago.__version__); print(pypago.__file__)'
The answer should look :
2.0.0
pypago/__init__.pyc