From 290b8814b7bf2d04991a2798d5502ced0166d5ba Mon Sep 17 00:00:00 2001 From: "Dipl.-Ing. Jonas Stienen" <jst@akustik.rwth-aachen.de> Date: Mon, 14 May 2018 12:05:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1287bdd..7f2274c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It is very important to build and install VA using CMake with the `ITA_VA_WITH_B `python setup.py build` `python setup.py install --prefix=dist` -`python setup.py sdist' +`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. -- GitLab