evmer/perlego-downloader

Syntax error

Opened this issue · 1 comments

Hi, I know literally 0 about coding and stuff so I'm very sorry if this is a stupid question, I'm using Windows 10 and Downloaded Python 3.10.10 and the required paraleger-downloader-main folder. I opened python.exe application and wrote "$ pip3 install -r requirements.txt" and got "SyntaxError: invalid Syntax" , seperately if I try to open paralego downloader file It just quickly shows a black cmd screen so idk what to do lul.
https://imgur.com/gallery/peNzxE5 for the cmd file error

You gotta write only "pip install -r requirements.txt"; and once you're gonna run the program, write: "python downloader.py"; in both cases delete the quotation marks.
Hope this helps.