From a68f1d5e2e3363f87f26d9c2d333f800ae9cc288 Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Wed, 7 Feb 2024 14:35:16 +0100 Subject: [PATCH] Fix typo --- doc/tutorial/python/tutorial-install-python-bindings.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/python/tutorial-install-python-bindings.dox b/doc/tutorial/python/tutorial-install-python-bindings.dox index 6bb6dd204f..680b125af1 100644 --- a/doc/tutorial/python/tutorial-install-python-bindings.dox +++ b/doc/tutorial/python/tutorial-install-python-bindings.dox @@ -302,7 +302,7 @@ These are the steps to build ViSP Python bindings on Ubuntu 22.04: - These commands create a `venv/` directory in your project where all dependencies are installed. You need to activate it first though (in every `cmd` Command Prompt terminal instance where you are working on your project): - C:\> venv\Script\activate + C:\> venv\Scripts\activate (venv) C:\> mkdir visp-build-vc17-bindings (venv) C:\> cd visp-build-vc17-bindings (venv) C:\> cmake -G "Visual Studio 17 2022" -A "x64" -Dpybind11_DIR=C:\Users\User\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pybind11\share\cmake\pybind11 ..\visp