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:
parent
98fcef57ce
commit
03bbad0d17
1 changed files with 4 additions and 9 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue