Linux
This guide will show you how to install TranslatePlus on Linux
Install using 1 command install
sudo pkm install curl | curl https://dl.ikkiwp09.com/tlp/cli/lastest/linuxcli.sh -o linuxcli.sh && sudo linuxcli.sh(replace pkm with your package manager (such as apt, dnf, pacman)
Own-Build Install
1.Install require packages
sudo pkm install python3 python3-py python3-venv nano curl unzip(replace pkm with your package manager (such as apt, dnf, pacman)
2.Use this command to download TranslatePlus source code.
cd ~ && mkdir -p .tlptemp && cd .tlptemp && curl -LO https://dl.ikkiwp09.com/tlp/cli/latest/pysourcecode-latest.zip && unzip pysourcecode-latest.zip && cd pysourcecode-latest3.Use command that base on your shell to install TranslatePlus
Last updated