diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | README.txt | 7 |
2 files changed, 9 insertions, 4 deletions
@@ -19,8 +19,10 @@ See the MATLAB and Python code samples in samples/ and on http://www.astra-toolb ### Windows, binary -Add the mex and tools subdirectories to your MATLAB path, or copy -the Python astra module to your Python site-packages directory. +Add the mex and tools subdirectories to your MATLAB path, or copy the Python +astra module to your Python site-packages directory. We require the Microsoft +Visual Studio 2015 redistributable package. If this is not already installed on +your system, it is included as vc_redist.x64.exe in the ASTRA zip file. ### Linux, from source @@ -42,8 +42,11 @@ Installation instructions: Windows, binary: ----------------- -Add the mex and tools subdirectories to your matlab path and the Python module -to your Python path. +Add the mex and tools subdirectories to your MATLAB path, or copy the Python +astra module to your Python site-packages directory. We require the Microsoft +Visual Studio 2015 redistributable package. If this is not already installed on +your system, it is included as vc_redist.x64.exe in the ASTRA zip file. + |