Skip to content

Commit

Permalink
Merge pull request #75 from vdmz/expect_python3
Browse files Browse the repository at this point in the history
docs: note that people should use python3 if possible
  • Loading branch information
spiermar committed Apr 19, 2019
2 parents 92353a4 + 386a7f1 commit 91bc199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91bc199

Please sign in to comment.