mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-21 06:48:55 +00:00
Update README_WINDOWS.rst
Explaining how to install the required libraries for anaconda.
This commit is contained in:
parent
1200690a3f
commit
e3674e79d7
1 changed files with 2 additions and 0 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue