5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
source .venv/bin/activate
|
|
pip install -r requirements.txt
|
|
python bot.py
|