summaryrefslogtreecommitdiffstats
path: root/docs/guides/phone.md
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-24 01:31:17 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-24 01:31:17 +0100
commit775a0c43a0856f57dbd847a73b9d20b7cddb5063 (patch)
treee0f7071a2f359ad37ec7ce762b89194d4ba92e19 /docs/guides/phone.md
parentSet default values for generation config (diff)
downloadgpt4free-775a0c43a0856f57dbd847a73b9d20b7cddb5063.tar
gpt4free-775a0c43a0856f57dbd847a73b9d20b7cddb5063.tar.gz
gpt4free-775a0c43a0856f57dbd847a73b9d20b7cddb5063.tar.bz2
gpt4free-775a0c43a0856f57dbd847a73b9d20b7cddb5063.tar.lz
gpt4free-775a0c43a0856f57dbd847a73b9d20b7cddb5063.tar.xz
gpt4free-775a0c43a0856f57dbd847a73b9d20b7cddb5063.tar.zst
gpt4free-775a0c43a0856f57dbd847a73b9d20b7cddb5063.zip
Diffstat (limited to '')
-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..60a09e9d 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 this necessary packages:
```
- pip install g4f flask pillow beautifulsoup4
+ g4f flask pillow beautifulsoup4
```
5. **Create a New Python Script:**