Skip to content

Commit 3bca91c

Browse files
author
Diptorup Deb
authored
Merge pull request #1276 from IntelPython/metadata_update
Update license and readme to fix wheels metadata
2 parents 315b6e7 + 9818ef2 commit 3bca91c

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ offloaded by `numba-dpex` and NumPy expressions getting parallelized by Numba.
3636
Refer the [documentation](https://intelpython.github.io/numba-dpex) and examples
3737
to learn more.
3838

39-
## Getting Started
39+
# Getting Started
4040

4141
Numba-dpex is part of the Intel® Distribution of Python (IDP) and Intel®
4242
oneAPI AIKit, and can be installed along with oneAPI. Additionally, we support
@@ -52,7 +52,25 @@ follows:
5252
python -m pytest --pyargs numba_dpex.tests
5353
```
5454

55-
## Contributing
55+
## Conda
56+
57+
To install `numba_dpex` from the Intel(R) channel on Anaconda
58+
cloud, use the following command:
59+
60+
```bash
61+
conda install numba-dpex -c intel -c conda-forge
62+
```
63+
64+
## Pip
65+
66+
The `numba_dpex` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel on Anaconda.
67+
To install `numba_dpex` wheel package from Intel(R) channel on Anaconda, run the following command:
68+
69+
```bash
70+
python -m pip install --index-url https://pypi.anaconda.org/intel/simple numba-dpex
71+
```
72+
73+
# Contributing
5674

5775
Please create an issue for feature requests and bug reports. You can also use
5876
the GitHub Discussions feature for general questions.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def to_cmake_format(version: str):
7070
"Environment :: GPU",
7171
"Environment :: Plugins",
7272
"Intended Audience :: Developers",
73-
"License :: OSI Approved :: Apache 2.0",
73+
"License :: OSI Approved :: Apache Software License",
7474
"Operating System :: OS Independent",
7575
"Programming Language :: Python :: 3",
7676
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)