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
* Exporting Inscopix files to third-party formats (`.mp4`, `.tiff`, `.csv`)
8
10
9
11
## Install
10
12
@@ -14,30 +16,40 @@ Pre-built binaries of this API can be installed from [PyPi](https://pypi.org/pro
14
16
pip install isx
15
17
```
16
18
19
+
> **Note:** For Apple Silicon (i.e., macOS arm64 architecture), the package is currently not natively supported. However, it's possible to use anaconda to configure an x86 environment and use the project.
This library has been built and tested on the following operating systems:
31
+
This library has been built and tested on the following operating systems, for python versions `3.9 - 3.12`.
20
32
21
33
| OS | Version | Architecture |
22
34
| --------- | ------- | ----- |
23
35
| macOS | 13 | x86_64 |
24
36
| Ubuntu (Linux) | 20.04 | x86_64 |
25
37
| Windows | 11 | amd64 |
26
38
27
-
Each system has been built and tested on python versions 3.9 - 3.12.
28
-
29
-
> **Note:** For Apple Silicon (arm64 architectures), the package is currently not natively supported. However, it's possible to use anaconda to configure an x86 environment and use the project.
Follow the setup instructions for the C++ [isxcore](https://github.com/inscopix/isxcore) repo.
43
55
@@ -53,7 +65,7 @@ conda activate pyisx
53
65
54
66
> **Note**: On macOS systems with Apple Silicon, the conda environment is configured differently, since `isxcore` is currently only built for x86 architectures.
0 commit comments