-
-
Notifications
You must be signed in to change notification settings - Fork 804
Run on Android using Termux
Aahnik Daw edited this page Apr 21, 2021
·
11 revisions
The Termux app in Android offers you a full-blown Linux terminal.
Hopefully, you have already read the README for a basic introduction to tgcf
.
- Install Termux from Google Play Store.
- Open termux and play around by running basic Linux commands like
clear
,ls
,pwd
etc. - Install
python
.pkg install python
- Check if the proper version of
python
andpip
got installed.python --version # should output above 3.9 pip --version # should output above 20
- Now install
tgcf
viapip
, which is python's official package manager.pip install tgcf==0.1.17
- Check if
tgcf
was installed correctly.tgcf --version # should output 0.1.17 tgcf --help # will show you the CLI usage
- Learn about
- environment variables,
- CLI usage and
- how to configure tgcf,
and then start using
tgcf
.
Have a question? Ask in the discussion forum. But make sure to read the wiki first.