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 26a519e commit 2f6c3e0Copy full SHA for 2f6c3e0
README.md
@@ -23,14 +23,23 @@
23
# Python-Template
24
25
## How to Run:
26
+
27
+### Install Requirements
28
29
```bash
30
pip install -r requirements.txt
31
```
32
+Or run install_requirements.bat
33
34
<br>
35
36
+### Run main.py
37
38
39
python main.py
40
41
+Or run run.bat
42
43
44
45
To make the setup script executable, run the following command in your terminal:
0 commit comments