-
-
Notifications
You must be signed in to change notification settings - Fork 804
Run on Android using Termux
Aahnik Daw edited this page Oct 24, 2022
·
11 revisions
Hopefully, you have already read the README for a basic introduction to tgcf
.
The Termux app in Android offers you a full-blown Linux terminal.
Install the latest version of Termux from Fdroid. Link
Just open your termux and run the following commands:
termux-info
pkg update
pkg upgrade
pkg install libjpeg-turbo python micro -y
pip install --upgrade pip wheel setuptools
pip install --upgrade tgcf
tgcf --version
tgcf --help
To test if tgcf
was properly installed,
tgcf --version
It should output version no. and that should match with the version of the latest release.
Learn about
- environment variables,
- CLI usage and
- how to configure tgcf,
and then start using
tgcf
.
When you install tgcf
using the above method, the text editor micro
is also installed. You can use micro
to edit text files.
Have a question? Ask in the discussion forum. But make sure to read the wiki first.