evmer / perlego-downloader

Download books from Perlego.com in PDF format
MIT License
106 stars 52 forks source link

Syntax error #58

Open IAmNewYo opened 1 year ago

IAmNewYo commented 1 year ago

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

diestor commented 1 year ago

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.