Skip to content

Feature: Linux Script guide #9

Description

@pgwiz

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 ✔️

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions