You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial-EN.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,11 +76,11 @@ Adjust the configuration as needed. Below is the default configuration explanati
76
76
77
77
### 1. Install Python
78
78
79
-
Please download and install Python from the official website.
79
+
Please download and install Python from the official website, and choose to add Python to the system environment variable Path during installation.
80
80
81
81
### 2. Run the Update
82
82
83
-
Run the following commands in the terminal under the project directory:
83
+
Open the terminal CMD under the project directory and run the following commands in order:
84
84
85
85
```python
86
86
pip3 install pipenv
@@ -113,7 +113,7 @@ Follow this project to be notified by email about the latest updates and release
113
113
Return to the homepage of your repository. If there are updates to the project, click on "Sync fork" and then "Update branch" to confirm and update to the latest code.
114
114

115
115
116
-
<pstyle="color: red; text-align: center; font-size: 24px; font-weight: bolder;">Please use the following content with caution. If you have a large number of channels that need to be updated, please use local updates instead of automatic updates. Improper configuration may lead to your account or workflow being banned!</p>
116
+
## Please use the following content with caution. If you have a large number of channels that need to be updated, please use local updates instead of automatic updates. Improper configuration may lead to your account or workflow being banned!
117
117
118
118
## Step 6: Enable Auto-update (Only suitable for a small number of channel updates)
119
119
@@ -175,9 +175,6 @@ If you can access this link and it returns the updated interface content, then y
1. It is strongly discouraged to make modifications, as there is no difference in the content of the interface in a short period of time. Both too frequent updates and high-consumption running workflows may be judged as resource abuse, leading to the risk of the repository and account being banned.
2. Please pay attention to the runtime of your workflow. If you find that the execution time is too long, you need to appropriately reduce the number of channels in the template, modify the number of pages and interfaces in the configuration, in order to meet the compliant operation requirements.
183
-
</p>
178
+
### 1. It is strongly discouraged to make modifications, as there is no difference in the content of the interface in a short period of time. Both too frequent updates and high-consumption running workflows may be judged as resource abuse, leading to the risk of the repository and account being banned.
179
+
180
+
### 2. Please pay attention to the runtime of your workflow. If you find that the execution time is too long, you need to appropriately reduce the number of channels in the template, modify the number of pages and interfaces in the configuration, in order to meet the compliant operation requirements.
0 commit comments