From dc3b136cc767b3f61214aa72990a7b803b769f22 Mon Sep 17 00:00:00 2001 From: Barbariskaa <129290831+Barbariskaa@users.noreply.github.com> Date: Wed, 31 May 2023 07:26:48 +0300 Subject: [PATCH] Update start.sh --- start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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