From 4544e08997a7af6a8defa47efae1e9ba5c2c30f6 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 11 Aug 2025 12:05:08 +0200 Subject: Simplified name of Python module --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 34d5f72..d025f89 100644 --- a/README.md +++ b/README.md @@ -224,8 +224,8 @@ $ ./build python And to import it ``` -$ python # In the main folder ->>> import nissy_python_module as nissy # In the python shell +$ python # In the main folder or in the python subfolder +>>> import nissy # In the python shell ``` From here you can call the library functions directly, for example: -- cgit v1.3