Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 561 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 561 Bytes

Python Tools for Europa 1400: The Guild / Die Gilde

Setup

Windows (using PowerShell)

  1. Install VS Code

winget install Microsoft.VisualStudioCode

  1. Install python

winget install Python.Python.3.11

  1. Install ffmpeg

winget install "FFmpeg (Shared)"

  1. Install poetry

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

  1. Open this project in VS Code and run the following commands in the integrated terminal:

poetry config virtualenvs.in-project true poetry install

  1. You're good to go!