From 452e41ce71632bb03ad3ade0aa13d77a83f309ab Mon Sep 17 00:00:00 2001 From: Ky9oss Date: Thu, 23 Oct 2025 04:02:34 +0800 Subject: [PATCH] update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dec9057..290c315 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ iron.setup { command = { "python3" }, -- or { "ipython", "--no-autoindent" } format = common.bracketed_paste_python, block_dividers = { "# %%", "#%%" }, - env = {PYTHON_BASIC_REPL = "1"} --this is needed for python3.13 and up. } }, -- set the file type of the newly created repl to ft