Update install-linux-mac.sh

This commit is contained in:
Halcy0nic
2024-07-09 14:55:21 -06:00
committed by GitHub
parent 86a6c0d90c
commit eb9016a915

View File

@@ -41,4 +41,4 @@ EOT
pip3 install -r requirements.txt pip3 install -r requirements.txt
# Inform the user that the installation is complete # Inform the user that the installation is complete
echo "Installation complete. You can now run your application using: python3 your_script.py" echo "Installation complete. You can now run your application using: python3 app.py"