瀏覽代碼

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

docs: cygwin package requirements fixes/updates

Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
Dee Newcum 3 年之前
父節點
當前提交
03bbad0d17
共有 1 個文件被更改,包括 4 次插入9 次删除
  1. 4 9
      docs/installation.rst

+ 4 - 9
docs/installation.rst

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