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

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.ps1