File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
3636Refer the [ documentation] ( https://intelpython.github.io/numba-dpex ) and examples
3737to learn more.
3838
39- ## Getting Started
39+ # Getting Started
4040
4141Numba-dpex is part of the Intel® ; Distribution of Python (IDP) and Intel® ;
4242oneAPI AIKit, and can be installed along with oneAPI. Additionally, we support
@@ -52,7 +52,25 @@ follows:
5252python -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
5775Please create an issue for feature requests and bug reports. You can also use
5876the 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):
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" ,
You can’t perform that action at this time.
0 commit comments