8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'''Create a script called tst-install.sh'''
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 ✔️
The text was updated successfully, but these errors were encountered:
FredHappyface
No branches or pull requests
How to easily install for python 3.12.x tested and working
'''Create a script called
tst-install.sh
'''then run
OR
Done ✔️
The text was updated successfully, but these errors were encountered: