Skip to content

Commit d6abd40

Browse files
authored
Expand installation doc (#27)
* Fix broken dask_array_type import * Expand installation doc
1 parent 9a498ad commit d6abd40

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,19 @@ Interface for using cupy in xarray, providing convenience accessors.
1515

1616
## Installation
1717

18+
From anaconda:
1819
```console
19-
$ pip install git+https://github.com/xarray-contrib/cupy-xarray.git
20+
conda install cupy-xarray -c conda-forge
21+
```
22+
23+
From PyPI:
24+
```console
25+
pip install cupy-xarray
26+
```
27+
28+
The latest version from Github:
29+
```console
30+
pip install git+https://github.com/xarray-contrib/cupy-xarray.git
2031
```
2132

2233
## Usage

0 commit comments

Comments
 (0)