Hi experts.
I want to use memory profile (decoretor module) for see a RAM memory porfile of my scipt:
https://pypi.python.org/pypi/memory_profiler
in sage.
Following the web page instructions i installed doing:
$ easy_install -U memory_profiler # pip install -U memory_profiler
But nothing work!
How can I do for use this module in SAGE? Please note that for use that i must write
$ python -m memory_profiler example.py
Please explain this to me step by step (i'm a totally newby linux and python user).
Thanks a lot!