Merge pull request #2 from daswer123/main

Локальная установка зависимостей
This commit is contained in:
Barbariskaa 2023-05-29 12:40:26 +03:00 committed by GitHub
commit bbae1802fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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