From 175cb89ebfb97c4e86bf430b522210afbdc14c9c Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sun, 12 May 2024 21:03:32 -0400 Subject: [PATCH] mention the original fork --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 71c59cb..61e2b95 100644 --- a/README.org +++ b/README.org @@ -4,6 +4,8 @@ *This is a straight port of [[https://github.com/shg/julia-vterm.el][julia-vterm.el]].* I only modified the code slightly to deal correctly with python environments and play nicely with =ipython=. +See also [[https://github.com/shg/python-vterm.el][the original author's efforts]]. + * python-vterm Python-vterm provides a major-mode for an inferior Python process (or REPL) that runs in vterm, and a minor-mode that extends python-mode with the ability to interact with the inferior Python process. This is particularly useful for *fancy repls like =ipython= or =ptpython=*.