Skip to content

Commit ccaf581

Browse files
authored
Merge pull request #131 from plasma-umass/more-python
Support any python version
2 parents 725412c + dd839b1 commit ccaf581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To build Coz from source, you will need:
2222

2323
- A copy of the source code for this project
2424
- A compiler with C++0x support (clang++ or g++)
25-
- A Python 3 interpreter (Python 2.7 isn't supported)
25+
- A Python interpreter (python 3 is recommended)
2626
- The libelfin development libraries
2727
- The `rst2man` command (for building documentation
2828
- NodeJS and npm (for building the profiler viewer)

coz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python2.7
22

33
# Copyright (c) 2019, Charlie Curtsinger and Emery Berger,
44
# University of Massachusetts Amherst

0 commit comments

Comments
 (0)