Skip to content

Commit 7827b28

Browse files
...
1 parent 1dc80c3 commit 7827b28

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,36 @@
2020
</div>
2121
<br>
2222

23+
---
24+
2325
# Python-Template
2426

27+
---
28+
2529
## How to Run:
30+
### Environment Setup
2631

27-
### Setup Virtual environment
32+
<details>
33+
<summary><b>Environment Setup</b></summary>
2834

2935
#### Lunix
36+
3037
```bash
3138
python -m venv venv
3239
source venv/bin/activate
3340
pip install -r requirements.txt
3441
```
42+
3543
#### Windows PowerShell
44+
3645
```bash
3746
python.exe -m pip install --upgrade pip
3847
py -3.11 -m venv venv311
3948
venv311\Scripts\activate
4049
pip install -r requirements.txt
4150
```
42-
<br>
51+
52+
</details>
4353

4454
### Run main.py
4555

@@ -59,13 +69,11 @@ or
5969
Unix-like systems (Linux/macOS):
6070
- `.\run.sh`
6171

62-
<br>
72+
---
6373

64-
<br>
6574
<div align="center">
6675
© Cursed Entertainment 202*
6776
</div>
68-
<br>
6977
<div align="center">
7078
<a href="https://cursed-entertainment.itch.io/" target="_blank">
7179
<img src="https://github.com/CursedPrograms/cursedentertainment/raw/main/images/logos/logo-wide-grey.png"

0 commit comments

Comments
 (0)