We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab6775 commit 2e23d94Copy full SHA for 2e23d94
README.md
@@ -15,6 +15,20 @@ take some time.
15
Currently all libraries here are implemented against the [2022.12
16
version](https://data-apis.org/array-api/2022.12/) of the standard.
17
18
+## Install
19
+
20
+`array-api-compat` is available on both [PyPI](https://pypi.org/project/array-api-compat/)
21
22
+```
23
+python -m pip install array-api-compat
24
25
26
+and [Conda-forge](https://anaconda.org/conda-forge/array-api-compat)
27
28
29
+conda install --channel conda-forge array-api-compat
30
31
32
## Usage
33
34
The typical usage of this library will be to get the corresponding array API
0 commit comments