ThijsRay / podimo

https://podimo.thijs.sh
European Union Public License 1.2
40 stars 16 forks source link

Invalid Syntax #43

Open JimbooMan opened 1 month ago

JimbooMan commented 1 month ago

I keep getting the "Invalid Syntax" after copy/pasting the "git clone https://github.com/ThijsRay/podimo" into Python. How do i fix that?

image

ThijsRay commented 1 month ago

The commands are intended to be run in a bash shell. This is often provided by default on Linux distributions, but not installed on Windows machines. You can try to install the Windows subsystem for Linux (WSL) with these instructions if you want to run it on a Windows machine.

Alternatively, you can use Docker Desktop on Windows to run the ghcr.io/thijsray/podimo:latest image.