From f0484c1517a903eae4bd6a2089096c4b128d973b Mon Sep 17 00:00:00 2001 From: "Komarova, Evseniia" Date: Tue, 3 Sep 2024 15:42:28 +0200 Subject: [PATCH] Remove the wheels installation with anaconda from the instruction --- README.md | 6 +++--- docs/doc_sources/beginners_guides/installation.rst | 8 -------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ec314661d8..fc067be5eb 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-f ## Pip -The `dpctl` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel on Anaconda. -To install `dpctl` wheel package from Intel(R) channel on Anaconda, run the following command: +The `dpctl` can be installed using `pip` obtaining wheel packages from PyPi. +To install `dpctl` wheel package, run the following command: ```bash -python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl +python -m pip install dpctl ``` Installing the bleeding edge diff --git a/docs/doc_sources/beginners_guides/installation.rst b/docs/doc_sources/beginners_guides/installation.rst index e839bb7ec8..4cf89f96ef 100644 --- a/docs/doc_sources/beginners_guides/installation.rst +++ b/docs/doc_sources/beginners_guides/installation.rst @@ -54,14 +54,6 @@ Binary wheels are published with Python Package Index (https://pypi.org/project/ python -m pip install dpctl -Binary wheels of ``dpctl`` and its dependencies are also published on -http://anaconda.org/intel. To install from this non-default package index, -use - -.. code-block:: bash - - python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl - .. note:: As of April 2024, installation using ``pip`` on Linux* requires that host operating system had ``libstdc++.so`` library version 6.0.29