summaryrefslogtreecommitdiffstats
path: root/docs/guides/phone.md
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-02-24 02:11:07 +0100
committerGitHub <noreply@github.com>2024-02-24 02:11:07 +0100
commita13ddabbb4c6f927bec991e06bcd234ae3d88646 (patch)
tree1b2c7c9924b53a59e9e1af462ed97a2eaaf8648a /docs/guides/phone.md
parentMerge pull request #1617 from hlohaus/gem (diff)
parentFix some typos (diff)
downloadgpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar
gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.gz
gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.bz2
gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.lz
gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.xz
gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.zst
gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.zip
Diffstat (limited to 'docs/guides/phone.md')
-rw-r--r--docs/guides/phone.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/phone.md b/docs/guides/phone.md
index 2d3ec032..ae9865cd 100644
--- a/docs/guides/phone.md
+++ b/docs/guides/phone.md
@@ -21,9 +21,9 @@ Running Python applications on your smartphone is possible with specialized apps
- In the app settings for Pydroid, disable power-saving mode and ensure that the option to pause when not in use is also disabled. This ensures uninterrupted operation of your Python scripts.
4. **Install Required Packages:**
- - Open Pip within the Pydroid app and install the necessary packages by executing the following commands:
+ - Open Pip within the Pydroid app and install these necessary packages:
```
- pip install g4f flask pillow beautifulsoup4
+ g4f flask pillow beautifulsoup4
```
5. **Create a New Python Script:**