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: examples/flask/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,17 @@ Neutral TS Python package example with Flask
4
4
Neutral is a templating engine for the web written in Rust, designed to work with any programming language (language-agnostic) via IPC/Package and natively as library/crate in Rust.
5
5
6
6
```
7
+
python -m venv .venv
8
+
source .venv/bin/activate
7
9
pip install Flask
8
10
pip install neutraltemplate
9
11
```
10
12
11
-
Navigate to the examples/flask/src directory and then:
0 commit comments