Showing
2 changed files
with
7 additions
and
7 deletions
| @@ -386,7 +386,7 @@ uv venv --python 3.11 # Create Python 3.11 environment | @@ -386,7 +386,7 @@ uv venv --python 3.11 # Create Python 3.11 environment | ||
| 386 | 386 | ||
| 387 | ### 2. Install System Dependencies for PDF Export (Optional) | 387 | ### 2. Install System Dependencies for PDF Export (Optional) |
| 388 | 388 | ||
| 389 | -This section contains detailed configuration instructions:[Configure the dependencies required for "Export to PDF"](./static/Partial%20README%20for%20PDF%20Exporting/README-EN.md) | 389 | +This section contains detailed configuration instructions:[Configure the dependencies](./static/Partial%20README%20for%20PDF%20Exporting/README-EN.md) |
| 390 | 390 | ||
| 391 | ### 3. Install Dependencies | 391 | ### 3. Install Dependencies |
| 392 | 392 |
| 1 | -> ⚠️ **Note**: If you need to use the PDF export function, please install system dependencies following the steps below. If you don't need PDF export, you can skip this step, and other system functions will not be affected. | 1 | +> **Note**: If you need to use the PDF export function, please install system dependencies following the steps below. If you don't need PDF export, you can skip this step, and other system functions will not be affected. |
| 2 | 2 | ||
| 3 | <details> | 3 | <details> |
| 4 | -<summary><b>🪟 Windows Installation Steps</b></summary> | 4 | +<summary><b> Windows Installation Steps</b></summary> |
| 5 | 5 | ||
| 6 | ```powershell | 6 | ```powershell |
| 7 | # 1. Download and install GTK3 Runtime (execute on host machine) | 7 | # 1. Download and install GTK3 Runtime (execute on host machine) |
| @@ -26,7 +26,7 @@ python -m ReportEngine.utils.dependency_check | @@ -26,7 +26,7 @@ python -m ReportEngine.utils.dependency_check | ||
| 26 | </details> | 26 | </details> |
| 27 | 27 | ||
| 28 | <details> | 28 | <details> |
| 29 | -<summary><b>📦 macOS Installation Steps</b></summary> | 29 | +<summary><b> macOS Installation Steps</b></summary> |
| 30 | 30 | ||
| 31 | ```bash | 31 | ```bash |
| 32 | # 1. Install system dependencies (execute on host machine) | 32 | # 1. Install system dependencies (execute on host machine) |
| @@ -47,7 +47,7 @@ source ~/.zshrc | @@ -47,7 +47,7 @@ source ~/.zshrc | ||
| 47 | </details> | 47 | </details> |
| 48 | 48 | ||
| 49 | <details> | 49 | <details> |
| 50 | -<summary><b>🐧 Ubuntu/Debian Installation Steps</b></summary> | 50 | +<summary><b> Ubuntu/Debian Installation Steps</b></summary> |
| 51 | 51 | ||
| 52 | ```bash | 52 | ```bash |
| 53 | # 1. Install system dependencies (execute on host machine) | 53 | # 1. Install system dependencies (execute on host machine) |
| @@ -63,7 +63,7 @@ sudo apt-get install -y \ | @@ -63,7 +63,7 @@ sudo apt-get install -y \ | ||
| 63 | </details> | 63 | </details> |
| 64 | 64 | ||
| 65 | <details> | 65 | <details> |
| 66 | -<summary><b>🎩 CentOS/RHEL Installation Steps</b></summary> | 66 | +<summary><b> CentOS/RHEL Installation Steps</b></summary> |
| 67 | 67 | ||
| 68 | ```bash | 68 | ```bash |
| 69 | # 1. Install system dependencies (execute on host machine) | 69 | # 1. Install system dependencies (execute on host machine) |
| @@ -73,4 +73,4 @@ sudo yum install -y pango gdk-pixbuf2 libffi-devel cairo | @@ -73,4 +73,4 @@ sudo yum install -y pango gdk-pixbuf2 libffi-devel cairo | ||
| 73 | </details> | 73 | </details> |
| 74 | 74 | ||
| 75 | 75 | ||
| 76 | -> 💡 **Tip**: If using Docker deployment, no need to manually install these dependencies, the Docker image already contains all necessary system dependencies. | ||
| 76 | +> **Tip**: If using Docker deployment, no need to manually install these dependencies, the Docker image already contains all necessary system dependencies. |
-
Please register or login to post a comment