From 2d011a9d44f55aff74ea5af60024e7e40540c4ae Mon Sep 17 00:00:00 2001 From: themixray <35273590+themixray@users.noreply.github.com> Date: Wed, 10 Nov 2021 19:27:41 +0300 Subject: [PATCH] Update setup.bat --- setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bat b/setup.bat index 609db68..29a72b1 100644 --- a/setup.bat +++ b/setup.bat @@ -1,3 +1,3 @@ @echo off -python setup.py install +python -m pip install pygwin0 echo Complete!