summaryrefslogtreecommitdiffstats
path: root/README_WINDOWS.rst
diff options
context:
space:
mode:
authorhenfri <hendrik@friedels.name>2019-11-03 22:29:27 +0100
committerGitHub <noreply@github.com>2019-11-03 22:29:27 +0100
commite3674e79d7a616527257589698f432782f14e1ea (patch)
tree397223661bddc314867e20f01be250c434c17bff /README_WINDOWS.rst
parent1200690a3f01ac63a0fd5b67a65a7e05a73df25b (diff)
Update README_WINDOWS.rst
Explaining how to install the required libraries for anaconda.
Diffstat (limited to 'README_WINDOWS.rst')
-rw-r--r--README_WINDOWS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README_WINDOWS.rst b/README_WINDOWS.rst
index d1d6882c4..3a19213ef 100644
--- a/README_WINDOWS.rst
+++ b/README_WINDOWS.rst
@@ -44,3 +44,5 @@ The only things which are missing to build borg are the header and `*.lib` files
Luckily the python developers provide all required files in a separate repository.
The `win-download-openssl.ps1` script can be used to download the package from
https://github.com/python/cpython-bin-deps and extract the files to the correct location.
+For Anaconda, the required libraries can be installed with `conda install -c anaconda openssl`.
+