Skip to content
Snippets Groups Projects
Commit 8629a067 authored by Dipl.-Ing. Jonas Stienen's avatar Dipl.-Ing. Jonas Stienen
Browse files

Update README.md

parent 290b8814
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@ Use Pythons *distutils* to build the module that is called `va`. Depending on th
It is very important to build and install VA using CMake with the `ITA_VA_WITH_BINDING_PYTHON` option beforehand. This will prepare some paths in the setup configuration and this will also add the required shared libraries into the `bin` folder, where the package distribution command will expect them to be.
`python setup.py build`
`python setup.py install --prefix=dist`
`python setup.py sdist`
Drop the `prefix` argument if you want to integrate the module into your site-packages folder, which might require that you use a command window with administration privileges.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment