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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,9 @@ We also provide a codeocean capsule (a modular container for the software enviro
36
36
## Installation
37
37
```bash
38
38
pip install slices
39
-
#If installing within China, to improve download speed, you can add [-i https://pypi.tuna.tsinghua.edu.cn/simple ] at the end of the pip install command
39
+
#If you're in China and want to speed up the download, you can use this command instead: "pip install slices -i https://pypi.tuna.tsinghua.edu.cn/simple".
40
40
```
41
+
Please note that this installtion method is intended for Linux operating systems like Ubuntu and CentOS. Unfortunately, SLICES is not compatible with Windows due to the modified XTB binary was compiled on Linux.
0 commit comments