From 386a7f1cd5aa1d788a8e3fff536e6b359299083e Mon Sep 17 00:00:00 2001 From: vmdz Date: Fri, 22 Mar 2019 17:20:03 +1100 Subject: [PATCH] Note that people should use python3 if possible --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c857154..5a1df8d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ $ pip install -r requirements.txt $ python run.py ``` +(Note python3 is assumed, python2 _may_ work) + Then browse to http://127.0.0.1:5000/, and you can begin exploring profiles from the `examples` directory. You can add new profiles to that directory, collected using Linux `perf`. Here are instructions for a generic CPU profile at 49 Hertz for 120 seconds: ```bash