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

fix: update setup with correct command

parent 096b2a81
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ 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'
echo You can launch the program by running 'run.bat' file.
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'"
echo "You can launch the program by running 'chmod +x ./run.sh && ./run.sh'"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment