File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ offloaded by `numba-dpex` and NumPy expressions getting parallelized by Numba.
36
36
Refer the [ documentation] ( https://intelpython.github.io/numba-dpex ) and examples
37
37
to learn more.
38
38
39
- ## Getting Started
39
+ # Getting Started
40
40
41
41
Numba-dpex is part of the Intel® ; Distribution of Python (IDP) and Intel® ;
42
42
oneAPI AIKit, and can be installed along with oneAPI. Additionally, we support
@@ -52,7 +52,25 @@ follows:
52
52
python -m pytest --pyargs numba_dpex.tests
53
53
```
54
54
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
56
74
57
75
Please create an issue for feature requests and bug reports. You can also use
58
76
the GitHub Discussions feature for general questions.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def to_cmake_format(version: str):
70
70
"Environment :: GPU" ,
71
71
"Environment :: Plugins" ,
72
72
"Intended Audience :: Developers" ,
73
- "License :: OSI Approved :: Apache 2.0 " ,
73
+ "License :: OSI Approved :: Apache Software License " ,
74
74
"Operating System :: OS Independent" ,
75
75
"Programming Language :: Python :: 3" ,
76
76
"Programming Language :: Python :: Implementation :: CPython" ,
You can’t perform that action at this time.
0 commit comments