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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To install MicroPie with Jinja2 support, run the following command:
19
19
```bash
20
20
pip install micropie
21
21
```
22
-
This will install MicroPie along with jinja2 as a dependency, enabling the built-in render_template method. Using Jinja2 is highly recommended for robust template rendering.
22
+
This will install MicroPie along with jinja2 as a dependency, enabling the built-in `render_template` method. Using Jinja2 is highly recommended for robust template rendering.
23
23
24
24
### **Minimal Installation (Without Jinja2)**
25
25
If you prefer an ultra-minimalistic setup, you can run MicroPie without installing Jinja2. Simply download the standalone script:
0 commit comments