[docs] Conda update (#17861)

* Adding installing OV via Conda-Forge for MacOS

* Adding section Compiling with OpenVINO™ Runtime from Conda-Forge

* Update docs/install_guides/installing-openvino-conda.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/install_guides/installing-openvino-conda.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/install_guides/installing-openvino-conda.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/install_guides/installing-openvino-conda.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/install_guides/installing-openvino-conda.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/install_guides/installing-openvino-conda.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/install_guides/installing-openvino-conda.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/install_guides/installing-openvino-conda.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* installing-openvino-conda: Fixed title

* installing-openvino-macos-header: Fixed order for links

---------

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
This commit is contained in:
Artyom Anokhov
2023-06-02 19:54:11 +02:00
committed by GitHub
parent e843e357cd
commit e74cb4084d
2 changed files with 24 additions and 0 deletions

View File

@@ -52,6 +52,28 @@ Installing OpenVINO Runtime with Anaconda Package Manager
Congratulations! You have finished installing OpenVINO Runtime.
Compiling with OpenVINO Runtime from Conda-Forge on Linux
###########################################################
When linking OpenVINO libraries from Conda on Linux, ensure that you have the necessary Conda compilers installed.
To do so, run the following command in your Conda environment:
.. code-block:: sh
conda install cmake c-compiler cxx-compiler make
It is crucial to reactivate your Conda environment after installing the compilers.
This step ensures that all the environment variables are set correctly for successful linkage.
To reactivate your Conda environment, execute the following command:
.. code-block:: sh
conda deactivate
conda activate <your_environment_name>
Replace <your_environment_name> with the name of your Conda environment.
Once you have reactivated your Conda environment, make sure that all the necessary environment variables are properly set and proceed with linking the OpenVINO libraries.
Uninstalling OpenVINO™ Runtime
###########################################################

View File

@@ -8,11 +8,13 @@
From Archive <openvino_docs_install_guides_installing_openvino_from_archive_macos>
From PyPI <openvino_docs_install_guides_installing_openvino_pip>
Using Conda Forge <openvino_docs_install_guides_installing_openvino_conda>
Using Homebrew <openvino_docs_install_guides_installing_openvino_brew>
If you want to install OpenVINO™ Runtime on macOS, there are a few ways to accomplish this. We prepared following options for you:
* :doc:`Install OpenVINO Runtime from an Archive File <openvino_docs_install_guides_installing_openvino_from_archive_macos>`
* :doc:`Install OpenVINO Runtime using Conda Forge <openvino_docs_install_guides_installing_openvino_conda>`
* :doc:`Install OpenVINO Runtime via Homebrew <openvino_docs_install_guides_installing_openvino_brew>`
* :doc:`Install OpenVINO from PyPI <openvino_docs_install_guides_installing_openvino_pip>`