podimo icon indicating copy to clipboard operation
podimo copied to clipboard

Invalid Syntax

Open JimbooMan opened this issue 1 year ago • 1 comments

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

JimbooMan avatar May 27 '24 20:05 JimbooMan

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.

ThijsRay avatar May 28 '24 10:05 ThijsRay