From ad7080438f282d899370f75e34d499a848fe9cd3 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 14 Nov 2023 12:04:46 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9E=95[Add]=20=E4=BB=AE=E6=83=B3=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E3=81=AEvenv=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- venv.bat | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 venv.bat diff --git a/.gitignore b/.gitignore index 678a4536..0d95c681 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ config.json memo.txt VRCT.spec *.pyc -logs/ \ No newline at end of file +logs/ +.venv/ \ No newline at end of file diff --git a/venv.bat b/venv.bat new file mode 100644 index 00000000..0a00ad7a --- /dev/null +++ b/venv.bat @@ -0,0 +1,2 @@ +python -m venv .venv +.venv\Scripts\activate.bat \ No newline at end of file