You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ mamba activate msibi
26
26
pip install .
27
27
```
28
28
29
+
### Using MSIBI on Windows
30
+
MSIBI is not installable on Windows operating systems as HOOMD-Blue is not available for Windows. You can run MSIBI using [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) (WSL).
31
+
Once you have a shell active in WSL with anaconda installed, follow the installation instructions above.
32
+
33
+
29
34
## Using MSIBI
30
35
For a full description of the API with examples see the [documentation](https://msibi.readthedocs.io/en/latest/).
Please see the `HOOMD-blue installation instructions <https://hoomd-blue.readthedocs.io/en/stable/installation.html>`_ for more information.
43
+
44
+
45
+
.. note::
46
+
MSIBI is not installable on Windows operating systems as HOOMD-Blue is not available for Windows. You can run MSIBI using `Windows Subsystem for Linux <https://learn.microsoft.com/en-us/windows/wsl/install>`_ (WSL).
47
+
Once you have a shell active in WSL, follow the installation instructions above.
0 commit comments