Before installing Pympler, try it with your Python version:
python setup.py try
If any errors are reported, check whether your Python version is supported. Pympler is written entirely in Python, with no dependencies other than standard Python modules and libraries. Pympler works with Python 2.7, 3.3, 3.4, 3.5, 3.6 and 3.7.
For a system-wide installation run:
python setup.py install
Test the installed Pympler package:
python setup.py test
The usage of pympler is described in the documentation. It is available either in this distribution at doc/index.html or you can read it online.
You can post wishes, bug reports or patches at our issue tracker or write an email to [email protected].