Локальная установка зависимостей

This commit is contained in:
Danil Boldyrev 2023-05-26 04:48:23 +03:00
parent 58dc50ab8f
commit a4b4582a00
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
@echo off
python -m venv venv
call venv\Scripts\activate
pip install -r requirements.txt
python main.py