From d191bfb2c3b295abd69515b0ef2ef06a71d68eb3 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Mon, 7 Sep 2020 17:42:24 -0700 Subject: [PATCH] Add command line instruction to start the Python interpreter for those not familiar with Python --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e1511d9..c64b40f 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,12 @@ chunk and all the indices in the `TMAP` chunk will be adjusted accordingly. ## Python interface +Start the python REPL with: + +``` +py +``` + ### `WozDiskImage` interface This represents a single WOZ disk image. You can create it from scratch, load it