File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3138python -m venv venv
3239source venv/bin/activate
3340pip install -r requirements.txt
3441```
42+
3543#### Windows PowerShell
44+
3645``` bash
3746python.exe -m pip install --upgrade pip
3847py -3.11 -m venv venv311
3948venv311\S cripts\a ctivate
4049pip install -r requirements.txt
4150```
42- <br >
51+
52+ </details >
4353
4454### Run main.py
4555
5969Unix-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"
You can’t perform that action at this time.
0 commit comments