From 8e995e66db0930bcbff7399762bd189d6e0d1285 Mon Sep 17 00:00:00 2001 From: UnitedAirforce <52387376+qwerfd2@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:17:44 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62ae600..c74b8e9 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,14 @@ Type the following commands. `pkg install python` -`pkg up ssl -y` - Use `pip install ...` to install `flask`, `passlib`, `pycryptodome`, `requests`. +If ssl errors pop up, you might need to ``pkg up ssl -y``. + Copy the server to phone, or upzip the server files on the phone. (Skip the iOS files if not needed, it takes up a lot of space) change `config.py`'s `IP` to `127.0.0.1` (this is `loopback`. Feel free to use your android device's `IPv4` via `ifconfig` if you are connected to a WIFI, to enable the server to the entire network). @@ -318,14 +318,14 @@ PC用文本编辑器打开服务器文件夹的 ```config.py```,将`IPV4`填 `pkg install python` -`pkg up ssl -y` - 用 `pip install ...` 来安装 `flask`, `passlib`, `pycryptodome`, `requests`. +如果出现ssl问题,可能需要``pkg up ssl -y``. + 将服务器拷到手机上,或者在手机上解压服务器文件。(如不需要iOS文件,就省点手机空间,别拷贝ios的东西了) 修改 `config.py` 的 `IP` 至 `127.0.0.1` (这是 `本地回环`。如果连接了WIFI,可以使用`ifconfig` 获取手机的 `IPv4` 并填入,以在整个网络下支持私服).