summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--README.txt7
2 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2cf7081..20f87ac 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/README.txt b/README.txt
index c1ca3a5..0edc236 100644
--- a/README.txt
+++ b/README.txt
@@ -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.
+