Skip to content

Commit

Permalink
update license and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ekomarova authored and Diptorup Deb committed Jan 10, 2024
1 parent 315b6e7 commit 9818ef2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9818ef2

Please sign in to comment.