mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-30 14:50:47 +00:00
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#! /usr/bin/env bash
|
|
python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install -r requirements.txt
|
|
python tagstudio/tagstudio.py
|