1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 17:27:31 +00:00

docs: fix/update cygwin package requirements (#5735)

docs: cygwin package requirements fixes/updates

Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
This commit is contained in:
Dee Newcum 2022-01-28 18:51:23 -06:00 committed by GitHub
parent 98fcef57ce
commit 03bbad0d17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,15 +315,10 @@ Cygwin
Use the Cygwin installer to install the dependencies:: Use the Cygwin installer to install the dependencies::
python3 python3-devel libcrypt-devel python3-setuptools python38 python38-devel python38-pkgconfig
binutils gcc-g++ python38-setuptools python38-pip python38-wheel python38-virtualenv
libopenssl openssl-devel libssl-devel libxxhash-devel liblz4-devel libzstd-devel
git make openssh binutils gcc-g++ git make openssh
You can then install ``pip`` and ``virtualenv``::
easy_install-3.6 pip
pip install virtualenv
.. _pip-installation: .. _pip-installation: