changeset 31:b9be404d9205

Use Python 3 by default
author Brendan Rius <brendan@omixy.com>
date Sat, 30 Apr 2016 11:18:38 +0100
parents ccfb2b273434
children fae3b8f7cbfb
files README.md c_spec/kernel.json
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sat Apr 30 11:18:38 2016 +0100
+++ b/README.md	Sat Apr 30 11:18:38 2016 +0100
@@ -11,7 +11,7 @@
  * Make sure you have the following requirements installed:
   * gcc
   * jupyter
-  * python
+  * python 3
   * pip
 
 ### Step-by-step:
--- a/c_spec/kernel.json	Sat Apr 30 11:18:38 2016 +0100
+++ b/c_spec/kernel.json	Sat Apr 30 11:18:38 2016 +0100
@@ -1,6 +1,6 @@
 {
   "argv": [
-    "python",
+    "python3",
     "-m",
     "jupyter_c_kernel",
     "-f",