From 1836d63a18d487604fe84d78e48022a8e171dae9 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Wed, 30 Aug 2023 11:58:11 +0100 Subject: [PATCH] Update README.md [ci skip] - update text on VC 2019 (was 2013) - add reference to conda install --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a74304b..afa0e3c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ When using this toolbox, please include a reference to the paper: --- ## Pre-built binaries -Binaries for Linux, Mac and Windows are provided in the 'Release' section on Github. When running the Windows version, you must have installed the ***Visual C++ Redistributable Packages for Visual Studio 2013*** ([link](https://support.microsoft.com/en-us/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package)). For 64-bit Win7 it is necessary to install both ```vcredist_x86.exe``` and ```vcredist_x64.exe```. +Binaries for Linux, Mac and Windows are provided in the 'Release' section on Github. When running the Windows version, you must have installed the ***Visual C++ Redistributable Packages for Visual Studio 2019*** ([link](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170)). For 64-bit Windows, you might have to install both ```vcredist_x86.exe``` and ```vcredist_x64.exe```. + +Alternatively, PETPVC can also be installed via `conda`, see https://anaconda.org/conda-forge/petpvc. --- ## Installation from source instructions