Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 1.95 KB

File metadata and controls

74 lines (60 loc) · 1.95 KB

Twitter: @NorowaretaGemu License: MIT



Python
Git PowerShell Shell Batch

Python-Template

How to Run:

Setup Virtual environment

Lunix

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows PowerShell

python.exe -m pip install --upgrade pip
py -3.11 -m venv venv311
venv311\Scripts\activate
pip install -r requirements.txt

Run main.py

Using Python directly:

python main.py

Using provided scripts:

Windows:

  • .\run.bat or
  • .\run.ps1

Unix-like systems (Linux/macOS):

  • .\run.sh


© Cursed Entertainment 202*