From 294542812bfe5feec3b7742d6fa4c88f9bac3fe1 Mon Sep 17 00:00:00 2001 From: Guillaume Leclerc Date: Sat, 9 Apr 2022 15:57:45 +0800 Subject: [PATCH] update note about Python2/3 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a73a905..480449e 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ In tmux it is 'windows' that have names, whereas in iTerm each pane in a window iTermocil works for iTerm 2+, but the script support is better in iTerm 2.9 beta so things run a bit faster/cleaner with iTerm 2.9+. If using beta builds you should grab the [latest nightly](https://iterm2.com/nightly/latest), as the 2.9.20150626 'recommended beta' build does not have the required script hooks for iTermocil to work (and I have no plans to kludge something just for an incomplete beta that will never be released). -Currently, everything is Python 2 and so if you are using Python 3 by default you may need to tweak the #! line. +Starting with version 1.0.0, iTermocil uses Python3. If you need iTermocil for Python2, please use [0.2.1](https://github.com/TomAnthony/itermocil/releases/tag/0.2.1). ## Shell autocompletion