@@ -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.