Skip to content

Commit bc19b55

Browse files
committed
refine
1 parent f9673fc commit bc19b55

1 file changed

Lines changed: 22 additions & 23 deletions

File tree

docs/run/run_installation.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,37 +23,37 @@ Two options are available. The **Windows Installer** automates the full setup (G
2323

2424
=== "Windows Installer"
2525

26-
!!! note "Beta — under development"
27-
The Windows installer is in beta and under development. If you encounter issues, you can try using the **Manual Setup** tab or report them via the [Contributing](../contributing/contributing_issues.md) page.
26+
<span style="font-size:0.78rem; color:#856404; background:#fff3cd; padding:4px 10px; border-radius:4px; display:inline-block; margin-bottom:1rem;">⚠ Beta — under development. If you encounter issues, try the Manual Setup tab or [report them here](../contributing/contributing_issues.md).</span>
2827

2928
[Download epm.exe](https://github.com/ESMAP-World-Bank-Group/EPM/raw/main/installer/epm.exe){ .md-button .md-button--primary }
3029

31-
<small>
30+
<div style="font-size:0.85rem; margin-top:1.2rem;">
3231

33-
| Step | What happens |
34-
|------|-------------|
35-
| 1. Double-click `EPM_Setup.exe` | A terminal window opens |
36-
| 2. Enter an install folder | Or press Enter for default: `C:\Users\you\EPM` |
37-
| 3. Wait | Repository clone + Python environment setup (a few minutes) |
38-
| 4. Done | You see **"Installation complete!"** |
32+
**Steps**
3933

40-
**After installation:** EPM is in the folder you chose, and a **"Launch EPM Dashboard"** shortcut is on your Desktop.
34+
1. **Double-click** `epm.exe` — a terminal window opens
35+
2. **Choose an install folder** when prompted, or press Enter for the default (`C:\Users\you\EPM`)
36+
3. **Wait** a few minutes — the installer clones the repository and sets up the Python environment
37+
4. You see **"Installation complete!"** — you're done
4138

42-
**GAMS:** must be installed separately with a valid license — the installer will warn you if not detected.
39+
**After installation**
4340

44-
</small>
41+
- EPM is in the folder you chose
42+
- A **"Launch EPM Dashboard"** shortcut is on your Desktop — double-click it to start
43+
44+
> **Note:** GAMS must be installed separately with a valid license. The installer will warn you if it is not detected.
45+
46+
</div>
4547

4648
=== "Manual Setup"
4749

48-
<small>
50+
<div style="font-size:0.85rem;">
4951

50-
**1. Prerequisites**
52+
**1. Install prerequisites**
5153

52-
| Tool | Install |
53-
|------|---------|
54-
| Git | [Windows](https://git-scm.com/download/win) · [macOS](https://sourceforge.net/projects/git-osx-installer/) |
55-
| Python & Conda | [Miniconda](https://docs.conda.io/en/latest/miniconda.html) (all platforms) |
56-
| Code editor *(optional)* | [VS Code](https://code.visualstudio.com/) |
54+
- **Git** — [Windows](https://git-scm.com/download/win) · [macOS](https://sourceforge.net/projects/git-osx-installer/)
55+
- **Python & Conda** — [Miniconda](https://docs.conda.io/en/latest/miniconda.html) (all platforms)
56+
- **Code editor** *(optional)* — [VS Code](https://code.visualstudio.com/)
5757

5858
**2. Clone the repository**
5959

@@ -75,13 +75,12 @@ Two options are available. The **Windows Installer** automates the full setup (G
7575
**4. Verify**
7676

7777
```sh
78-
cd epm
79-
python epm.py --simple
78+
cd epm && python epm.py --simple
8079
```
8180

82-
Results written to `output/`. If something fails, see [Debugging](run_debugging.md).
81+
Results are written to `output/`. If something fails, see [Debugging](run_debugging.md).
8382

84-
</small>
83+
</div>
8584

8685
---
8786

0 commit comments

Comments
 (0)