File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,14 @@ will have an icon which can be pinned to your dock or task bar.
58
58
Python Modules for Linux
59
59
------------------------
60
60
61
+ Ubuntu 24.04: sudo apt install python3-pip python3-tk
62
+ Fedora 41: sudo dnf install python3-pip python3-tkinter
63
+ openSUSE Leap 15.6: sudo zypper install python3.12-tk
64
+
61
65
You can also install SnapPy using `pip ` so it that it is included in
62
- your Python programming environment.
66
+ your Python programming environment.
67
+
68
+
63
69
64
70
65
71
According to current recommendations from
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"
25
25
26
26
[tool .cibuildwheel .windows ]
27
27
archs = " auto"
28
-
28
+ skip = " cp313-win32 "
You can’t perform that action at this time.
0 commit comments