Skip to content

Commit 391052d

Browse files
committed
Update tutorial instructions, make it executable
1 parent f35d1bf commit 391052d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorial/tutorial.py

100644100755
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env python3
2+
13
# AxProf Tutorial : checking if a coin is fair
24

35
# This tutorial shows how to test a simple program with AxProf while also
@@ -153,7 +155,7 @@ def flipCoins(numCoins):
153155

154156
# ==============================================================================
155157

156-
# To run this script, run `python3 tutorial.py` from this directory. First,
158+
# To run this script, run `./tutorial.py` from this directory. First,
157159
# AxProf prints the code generated from the spec. This includes code to check
158160
# accuracy, some utility code, code to write time data to a file, and fit a
159161
# curve to the time data (in this case a linear function over the number of

0 commit comments

Comments
 (0)