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
+22-14Lines changed: 22 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -22,30 +22,38 @@ this, you can expect memory leaks, as little work has been done on getting
22
22
memory freed correctly once it is no longer needed.
23
23
24
24
## Installing
25
-
25
+
### From HaikuPorts
26
26
Installation on Haiku is easy, just run
27
-
28
-
`pkgman install haiku_pyapi_python310`
29
-
27
+
```
28
+
pkgman install haiku_pyapi_python310
29
+
```
30
30
or
31
-
32
-
`pkgman install haiku_pyapi_python39`
33
-
31
+
```
32
+
pkgman install haiku_pyapi_python39
33
+
```
34
34
If you need the latest widgets and bugfixes, then you should compile from source, see below.
35
35
36
-
## Compiling
37
-
38
-
First, install the appropriate version of pybind11 for your CPU architecture and version of Python. For example, to install pybind11 for x86 and python3.10, run
0 commit comments