Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,10 @@ tracker](https://github.com/NVIDIA/numba-cuda/issues).
To raise questions or initiate discussions, please use the [Numba Discourse
forum](https://numba.discourse.group).

## Installation with pip
## Installation with pip or conda

```shell
pip install numba-cuda
```

## Installation with Conda
Please refer to the [Installation documentation](https://nvidia.github.io/numba-cuda/user/installation.html#installation-with-a-python-package-manager).

```shell
conda install -c conda-forge numba-cuda
```

## Installation from source

Expand All @@ -32,6 +25,8 @@ Install as an editable install:
pip install -e .
```

If you want to manage all run-time dependencies yourself, also pass the `--no-deps` flag.

## Running tests

```
Expand Down