Skip to content

Commit c3624d0

Browse files
Update README.md
1 parent b4a55f5 commit c3624d0

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,38 @@
3838
# Flask-Python-Template
3939

4040
<br>
41-
4241
## How to Run:
42+
43+
### Install Requirements
44+
45+
Using Python directly:
46+
4347
```bash
4448
pip install -r requirements.txt
4549
```
50+
Or run:
51+
- `install_requirements.bat`
52+
53+
4654
<br>
4755

56+
### Run main.py
57+
58+
Using Python directly:
59+
4860
```bash
4961
python main.py
5062
```
51-
<br>
5263

53-
To make the setup script executable, run the following command in your terminal:
64+
Using provided scripts:
5465

55-
```bash
56-
chmod +x setup.sh
57-
```
66+
Windows:
67+
- `.\run.bat`
68+
or
69+
- `.\run.ps1`
70+
71+
Unix-like systems (Linux/macOS):
72+
- `.\run.sh`
5873

5974
<br>
6075

0 commit comments

Comments
 (0)