diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-11 12:05:08 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-11 12:05:08 +0200 |
| commit | 4544e08997a7af6a8defa47efae1e9ba5c2c30f6 (patch) | |
| tree | aa211e7f80429ca758573349e1866861469ec12b /README.md | |
| parent | d25f23805c6d7128b508a359d47af136dd2fd0db (diff) | |
| download | nissy-core-4544e08997a7af6a8defa47efae1e9ba5c2c30f6.tar.gz nissy-core-4544e08997a7af6a8defa47efae1e9ba5c2c30f6.zip | |
Simplified name of Python module
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -224,8 +224,8 @@ $ ./build python | |||
| 224 | And to import it | 224 | And to import it |
| 225 | 225 | ||
| 226 | ``` | 226 | ``` |
| 227 | $ python # In the main folder | 227 | $ python # In the main folder or in the python subfolder |
| 228 | >>> import nissy_python_module as nissy # In the python shell | 228 | >>> import nissy # In the python shell |
| 229 | ``` | 229 | ``` |
| 230 | 230 | ||
| 231 | From here you can call the library functions directly, for example: | 231 | From here you can call the library functions directly, for example: |
