File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 5
5
* [ PyPI installation] ( pypi-installation.md )
6
6
* [ System installation] ( system-installation.md )
7
7
* [ Virtual environment installation] ( virtualenv-installation.md )
8
+ * [ Android installation] ( android-installation.md )
8
9
* [ Fedora installation] ( fedora-installation.md )
9
10
* [ Windows installation] ( windows-installation.md )
10
11
Original file line number Diff line number Diff line change
1
+ # Android installation
2
+
3
+ 1 . Use [ F-Droid] ( https://f-droid.org/ ) to download and install the following packages:
4
+ * [ com.termux] ( https://f-droid.org/packages/com.termux/ ) ;
5
+ * [ com.termux.api] ( https://f-droid.org/packages/com.termux.api/ ) .
6
+ 2 . Open Termux and install ` termux-api ` package:
7
+ ```
8
+ apt install termux-api
9
+ ```
10
+ 3 . Install Python interpreter:
11
+ ```
12
+ apt install python
13
+ ```
14
+ 4 . Follow the standard installation procedure: [ VENV] ( virtualenv-installation.md ) or [ PyPI] ( pypi-installation.md ) .
You can’t perform that action at this time.
0 commit comments