Skip to content
Snippets Groups Projects
Commit 7953d81e authored by BIRK Renaud's avatar BIRK Renaud
Browse files

feat: setup scripts

parent b2f7c4e0
No related branches found
No related tags found
No related merge requests found
@echo off
pip3 install -r .\requirements.txt
if %ERRORLEVEL% NEQ 0 (
python3 -m pip install -r .\requirements.txt
)
echo Setup complete
echo You can launch the program by running 'python3 .\src\main.py'
chmod +rx requirements.txt
pip3 install -r requirements.txt || python3 -m pip install -r requirements.txt
echo "Setup complete"
echo "You can launch the program by running 'python3 .\src\main.py'"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment