diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 15:49:36 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 15:49:36 +0200 |
| commit | 2a38070d44ed01753c51067bbd7f007e4b74bd6b (patch) | |
| tree | 56c0e3251801345eed11de8657438d3bad1eb4d6 /python/examples/solve.py | |
| parent | de9b93c702e771d4b8ca8c6dae6f33e25f383741 (diff) | |
| download | nissy-core-2a38070d44ed01753c51067bbd7f007e4b74bd6b.tar.gz nissy-core-2a38070d44ed01753c51067bbd7f007e4b74bd6b.zip | |
Renamed UNIX build script to build.sh, added info to README.md related to windows build
Diffstat (limited to '')
| -rw-r--r-- | python/examples/solve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/solve.py b/python/examples/solve.py index 725c704..75e7914 100644 --- a/python/examples/solve.py +++ b/python/examples/solve.py | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Small example of nissy Python module usage | 1 | # Small example of nissy Python module usage |
| 2 | 2 | ||
| 3 | # Run "./build python", then run this from either the top-level directory | 3 | # Run "./build.sh python", then run this from either the top-level directory |
| 4 | # of the nissy-core repo or from the python subdirectory. | 4 | # of the nissy-core repo or from the python subdirectory. |
| 5 | 5 | ||
| 6 | # Append the directories to the python path so we can load the module | 6 | # Append the directories to the python path so we can load the module |
