Merge branch 'venv' into develop

This commit is contained in:
misyaguziya
2023-11-25 22:52:52 +09:00
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.ps1