5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
source ./venv/bin/activate
|
|
pip -V
|
|
python main.py
|