We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a55f5 commit c3624d0Copy full SHA for c3624d0
README.md
@@ -38,23 +38,38 @@
38
# Flask-Python-Template
39
40
<br>
41
-
42
## How to Run:
+
43
+### Install Requirements
44
45
+Using Python directly:
46
47
```bash
48
pip install -r requirements.txt
49
```
50
+Or run:
51
+- `install_requirements.bat`
52
53
54
55
56
+### Run main.py
57
58
59
60
61
python main.py
62
- <br>
63
-To make the setup script executable, run the following command in your terminal:
64
+Using provided scripts:
65
-```bash
-chmod +x setup.sh
-```
66
+Windows:
67
+- `.\run.bat`
68
+or
69
+- `.\run.ps1`
70
71
+Unix-like systems (Linux/macOS):
72
+- `.\run.sh`
73
74
75
0 commit comments