diff --git a/start.sh b/start.sh index 0dd537c..78cdd9a 100644 --- a/start.sh +++ b/start.sh @@ -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 \ No newline at end of file +python main.py