Skip to content

Commit 5cc320d

Browse files
author
Diptorup Deb
committed
Update README and Getting Started page.
1 parent a3e432a commit 5cc320d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,15 @@ To install `numba_dpex` from the Intel(R) channel on Anaconda
6868
cloud, use the following command:
6969

7070
```bash
71-
conda install numba-dpex -c intel -c conda-forge
71+
conda install numba-dpex -c https://software.repos.intel.com/python/conda -c conda-forge
7272
```
7373

7474
## Pip
7575

76-
The `numba_dpex` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel on Anaconda.
77-
To install `numba_dpex` wheel package from Intel(R) channel on Anaconda, run the following command:
76+
The `numba_dpex` can be installed using `pip` obtaining wheel packages either from PyPi.
7877

7978
```bash
80-
python -m pip install --index-url https://pypi.anaconda.org/intel/simple numba-dpex
79+
python -m pip install numba-dpex
8180
```
8281

8382
# Contributing

docs/source/getting_started.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to get the latest production releases.
2020
2121
conda create -n numba-dpex-env \
2222
numba-dpex dpnp dpctl dpcpp-llvm-spirv \
23-
-c intel -c conda-forge
23+
-c https://software.repos.intel.com/python/conda -c conda-forge
2424
2525
To try out the bleeding edge, the latest packages built from tip of the main
2626
source trunk can be installed from the ``dppy/label/dev`` conda channel.
@@ -29,7 +29,7 @@ source trunk can be installed from the ``dppy/label/dev`` conda channel.
2929
3030
conda create -n numba-dpex-env \
3131
numba-dpex dpnp dpctl dpcpp-llvm-spirv \
32-
-c dppy/label/dev -c intel -c conda-forge
32+
-c dppy/label/dev -c https://software.repos.intel.com/python/conda -c conda-forge
3333
3434
3535
@@ -53,7 +53,7 @@ Steps to build using ``conda-build``:
5353

5454
.. code-block:: bash
5555
56-
conda build conda-recipe -c intel -c conda-forge
56+
conda build conda-recipe -c https://software.repos.intel.com/python/conda -c conda-forge
5757
5858
3. Install the conda package
5959

@@ -71,7 +71,7 @@ first step.
7171
# Create a conda environment that hass needed dependencies installed
7272
conda create -n numba-dpex-env \
7373
scikit-build cmake dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
74-
-c intel -c conda-forge
74+
-c https://software.repos.intel.com/python/conda -c conda-forge
7575
# Activate the environment
7676
conda activate numba-dpex-env
7777
# Clone the numba-dpex repository

0 commit comments

Comments
 (0)