8000 Feature: Linux Script guide · Issue #9 · FHPythonUtils/TStickers · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feature: Linux Script guide #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pgwiz opened this issue Apr 30, 2025 · 0 comments
Open

Feature: Linux Script guide #9

pgwiz opened this issue Apr 30, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pgwiz
Copy link
pgwiz commented Apr 30, 2025

How to easily install for python 3.12.x tested and working

'''Create a script called tst-install.sh'''

Paste this.
#!/usr/bin/bash

echo "[*] Updating package lists..."
apt update && apt upgrade -y

echo "[*] Installing essential build tools..."
apt install -y cmake build-essential ninja-build

echo "[*] Installing required libraries via pkg..."
pkg install -y libjpeg-turbo freetype libpng

echo "[*] Installing Python packages..."
pip install rlottie-python==1.3.6
pip install tstickers

echo "[✓] All done! Ready to use tstickers."

then run

chmod +x tst-install.sh && ./tst-install.sh

OR

bash tst-install.sh

Done ✔️

@pgwiz pgwiz added the enhancement New feature or request label Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
0