diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-24 01:31:17 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-24 01:31:17 +0100 |
commit | 775a0c43a0856f57dbd847a73b9d20b7cddb5063 (patch) | |
tree | e0f7071a2f359ad37ec7ce762b89194d4ba92e19 /docs/guides/phone.md | |
parent | Set default values for generation config (diff) | |
download | gpt4free-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 'docs/guides/phone.md')
-rw-r--r-- | docs/guides/phone.md | 4 |
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:** |