mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
source ./venv/bin/activate
|
|
pip -V
|
|
python main.py
|