Skip to content

Commit 2e23d94

Browse files
DOC: Add PyPI and Conda-forge install instructions
* c.f. - https://pypi.org/project/array-api-compat/ - https://anaconda.org/conda-forge/array-api-compat
1 parent dab6775 commit 2e23d94

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ take some time.
1515
Currently all libraries here are implemented against the [2022.12
1616
version](https://data-apis.org/array-api/2022.12/) of the standard.
1717

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+
1832
## Usage
1933

2034
The typical usage of this library will be to get the corresponding array API

0 commit comments

Comments
 (0)