From f2e8f032bf327dc3f726993816b05356f401f1e8 Mon Sep 17 00:00:00 2001 From: Evgeniy Blinov Date: Mon, 13 Nov 2023 14:19:21 +0300 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2d575..6265ef2 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,11 @@ After that you will see a welcome message similar to this: Python 3.11.6 (main, Oct 2 2023, 13:45:54) [Clang 15.0.0 (clang-1500.0.40.1)] on darwin Type "help", "copyright", "credits" or "license" for more information. ->>> +>>> ``` +Enjoy the regular Python [interactive console mode](https://docs.python.org/3/tutorial/interpreter.html#interactive-mode)! Any libraries that you ask for will be installed within the session, and after exiting it, they will be deleted without a trace. You don't need to "clean up" anything after exiting the console. + ## Script launch mode You can use `instld` to run your script. To do this, you need to run a command like this in the console: