Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 7, 2024
1 parent 091ae56 commit a68f1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/python/tutorial-install-python-bindings.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a68f1d5

Please sign in to comment.