浏览代码

Update README_sc.md

Misaka No 3 年之前
父节点
当前提交
692eb275a2
共有 1 个文件被更改,包括 7 次插入6 次删除
  1. 7 6
      README_sc.md

+ 7 - 6
README_sc.md

@@ -9,12 +9,13 @@ eu_ex 是 EUserv_extend 的简写。一个 Python 脚本,可以帮你续期免
 
 1. 安装 Python3 和必要的依赖,以下命令在 debian/ubuntu 为例,
 
-   ```bash
-   #Install Python3
-   apt install python3 python3-pip -y
-   #Intstall dependences
-   pip install requests beautifulsoup4
-   ```
+```bash
+# Install Python3
+apt install python3 python3-pip -y
+
+# Intstall dependences
+pip3 install requests beautifulsoup4  
+```
 
 2. 不建议在 `main.py` 文件第 37-38 行直接用你的真实值去替换`USERNAME`和`PASSWORD`。可以使用环境变量传入。