mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 06:10:51 +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
|