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