From a6b016f894f1b25bbbe563e209e83717864f98e1 Mon Sep 17 00:00:00 2001 From: Marc Kohaupt Date: Mon, 9 Oct 2023 12:35:33 +0200 Subject: [PATCH] feat(docs): use virtualenv on Cygwin Hint for Cygwin users to make sure they use a virtual environment. Not using a virtual environment will be likely troublesome if there is already a Python installed on Windows. --- docs/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.rst b/docs/installation.rst index 731c88a68..b80d8e7b3 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -332,6 +332,7 @@ Use the Cygwin installer to install the dependencies:: libssl-devel libxxhash-devel liblz4-devel libzstd-devel binutils gcc-g++ git make openssh +Make sure to use a virtual environment to avoid confusions with any Python installed on Windows. .. _windows-binary: