Skip to content

Commit

Permalink
Escape pip command with apostrophe (openvinotoolkit#21645)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Dec 14, 2023
1 parent 5f20459 commit 17008c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Installing OpenVINO Runtime with Conan Package Manager

.. code-block:: sh
python3 -m pip install conan>=2.0.8
python3 -m pip install 'conan>=2.0.8'
2. Create a ``conanfile.txt`` file for your OpenVINO project and add "*openvino*" dependency in there:

Expand Down

0 comments on commit 17008c9

Please sign in to comment.