You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: