Update start.sh

This commit is contained in:
Barbariskaa 2023-05-31 07:26:48 +03:00 committed by GitHub
parent 73afc43df1
commit dc3b136cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
@echo off
#!/bin/bash
python -m venv venv
call venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python main.py
python main.py