[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

3
.gitignore vendored
View File

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

2
venv.bat Normal file
View File

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