Notifications
Clear all
Online Tools Development
2
Posts
2
Users
2
Likes
45
Views
Topic starter
I don't have Windows or MAC environments to test with but these changes work for Linux.
Here is the script as I've envisioned it.
run-me.bat
: # To execute on Linux or MAC open a command window
: # $SHELL run-me.bat
: #
: # To execute on Windows open a command windows
: # run-me
:<<"::IGNOREONNIX"
@echooff
::IGNOREONNIX
echo Installing necessary Python modules...
pip install -r requirements.txt
echo Running Python script...
python3 app.py
:;read -n1 -r -p 'Press any key to continue...'
:;exit
pause
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
https://linktr.ee/earnieboyd/
Posted : 26/05/2023 2:43 am
Hasan Aboul Hasan reacted