[Add] 仮想環境のvenvを追加

This commit is contained in:
misyaguziya
2023-11-14 12:04:46 +09:00
parent 64e601c70d
commit ad7080438f
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ memo.txt
VRCT.spec
*.pyc
logs/
.venv/

2
venv.bat Normal file
View File

@@ -0,0 +1,2 @@
python -m venv .venv
.venv\Scripts\activate.bat