From 9818ef2f3d2bc697d78a399f5dca414d00cb0a04 Mon Sep 17 00:00:00 2001 From: "Komarova, Evseniia" Date: Wed, 10 Jan 2024 15:17:30 +0100 Subject: [PATCH] update license and readme --- README.md | 22 ++++++++++++++++++++-- setup.py | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9def98d43..6fa00b9f3c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ offloaded by `numba-dpex` and NumPy expressions getting parallelized by Numba. Refer the [documentation](https://intelpython.github.io/numba-dpex) and examples to learn more. -## Getting Started +# Getting Started Numba-dpex is part of the Intel® Distribution of Python (IDP) and Intel® oneAPI AIKit, and can be installed along with oneAPI. Additionally, we support @@ -52,7 +52,25 @@ follows: python -m pytest --pyargs numba_dpex.tests ``` -## Contributing +## Conda + +To install `numba_dpex` from the Intel(R) channel on Anaconda +cloud, use the following command: + +```bash +conda install numba-dpex -c intel -c conda-forge +``` + +## Pip + +The `numba_dpex` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel on Anaconda. +To install `numba_dpex` wheel package from Intel(R) channel on Anaconda, run the following command: + +```bash +python -m pip install --index-url https://pypi.anaconda.org/intel/simple numba-dpex +``` + +# Contributing Please create an issue for feature requests and bug reports. You can also use the GitHub Discussions feature for general questions. diff --git a/setup.py b/setup.py index b0090a24e2..36f900770c 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def to_cmake_format(version: str): "Environment :: GPU", "Environment :: Plugins", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache 2.0", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython",