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
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -169,17 +169,19 @@ The Python API can be installed from the Python Package Index by executing the f
169
169
pip install getml
170
170
```
171
171
172
-
The getML engine comes with the Python API and is installed automatically. However, if you want to install it separately, please execute the following commands:
172
+
The getML engine comes with the Python API and is installed automatically. However, if you want to install it separately, please execute the following commands,
173
+
replacing `ARCH` with either `x64` or `arm64`, depending on your architecture. If you are unsure, `x64` is probably the right choice. You can also use
174
+
`uname -m` to figure out the architecture. If it says something like `aarch64` or `arm64`, you need to use `arm64`, otherwise go with `x64`.
0 commit comments