Skip to content

Commit

Permalink
Expand installation doc (#27)
Browse files Browse the repository at this point in the history
* Fix broken dask_array_type import

* Expand installation doc
  • Loading branch information
kadykov authored Feb 2, 2023
1 parent 9a498ad commit d6abd40
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,19 @@ Interface for using cupy in xarray, providing convenience accessors.

## Installation

From anaconda:
```console
$ pip install git+https://github.com/xarray-contrib/cupy-xarray.git
conda install cupy-xarray -c conda-forge
```

From PyPI:
```console
pip install cupy-xarray
```

The latest version from Github:
```console
pip install git+https://github.com/xarray-contrib/cupy-xarray.git
```

## Usage
Expand Down

0 comments on commit d6abd40

Please sign in to comment.