From f1d0d611761dc299ece7cf0401f1531efac1de23 Mon Sep 17 00:00:00 2001 From: Cursed Entertainment <110344485+CursedPrograms@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:56:20 +0200 Subject: [PATCH] Update setup.sh --- setup.sh | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/setup.sh b/setup.sh index 2a25326..c3fb333 100644 --- a/setup.sh +++ b/setup.sh @@ -1,20 +1 @@ -#!/bin/bash - -# This is a setup script for the Python project - -echo "Setting up the Python environment..." - -# Install dependencies -if command -v pip &> /dev/null; then - echo "Installing Python dependencies..." - pip install -r requirements.txt -else - echo "Error: pip not found. Please install Python and pip first." - exit 1 -fi - -# Run the app Python script -echo "Running app.py..." -python app.py - -echo "Setup complete! You're ready to start working on your Python project." +python main.py