Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 2 KB

File metadata and controls

82 lines (62 loc) · 2 KB

Twitter: @NorowaretaGemu License: MIT



Python
Git PowerShell Shell Batch


Python-Template


Setup:

Environment Setup

Environment Setup

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*