Skip to content

Conversation

@laurator
Copy link
Contributor

@laurator laurator commented Nov 4, 2025

Changes

  • Added Windows-specific installation instructions
  • Fix path separators to use OS-dependent ones
  • Updated dependency packages for simulation examples

Why these path changes for Windows

In Windows, paths have inverse slashes (C:\Users\my_user\Documents) whereas in Linux they are the other way (/home/my_user/Documents/). To make sure the scripts are compatible with both cases, and that they are platform-independent, os.path('..') adapts it to the current OS format.

Why WSL usage

WSL has to be installed because nest-simulator is not supported in Windows (see nest documentation).

The files that don't need nest-simulator can be run in Windows. That's another reason why the paths have to be consistent in different OS.

- Added Windows-specific installation instructions
- Fix path separators to use OS-dependent ones
- Updated dependency packages for simulation examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants