linuxstuffs

This commit is contained in:
SpudGunMan
2024-07-10 15:26:59 -07:00
parent 3376ce2bee
commit 58845a7132
2 changed files with 14 additions and 0 deletions
Regular → Executable
+2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
# install.sh
# set virtual environment and install dependencies
echo "Do you want to install the bot in a virtual environment? (y/n)"
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# launch.sh
echo "Launches the bot in a virtual environment"
# activate the virtual environment
source venv/bin/activate
# launch the application
python mesh_bot.py
#python pong_bot.py