diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 09:36:36 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 09:36:36 +0100 |
| commit | 50bd8f0f568120e554d416f474cc72247d0b3240 (patch) | |
| tree | 236b8ebed5af17f8220981deffd69b97f0d08fe7 /README.md | |
| parent | 315d0f118f3d5ec2578249182f7b0eebf99d2943 (diff) | |
| parent | b36ed11e322152ff9ab813af78a08c35b42d5f94 (diff) | |
| download | nissy-core-50bd8f0f568120e554d416f474cc72247d0b3240.tar.gz nissy-core-50bd8f0f568120e554d416f474cc72247d0b3240.zip | |
Merge branch 'master' of https://github.com/sebastianotronto/nissy-core into windows
Diffstat (limited to 'README.md')
| -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: |
