AlphaSlayer1964 / kemono-dl

A simple kemono.party downloader using python.
509 stars 83 forks source link

invalid syntax #41

Closed GyaruFan closed 2 years ago

GyaruFan commented 2 years ago

I downloaded python and typed pip install -r requirements.txt but I got an invalid syntax error. Why? I use python 3.1

GyaruFan commented 2 years ago

3.9 also same issue

GyaruFan commented 2 years ago

pip install -r F:\Downloader\requirements.txt tried this and also didnt work.

AlphaSlayer1964 commented 2 years ago

I downloaded python and typed pip install -r requirements.txt but I got an invalid syntax error. Why? I use python 3.1

So what is the invalid syntax error you get?

AlphaSlayer1964 commented 2 years ago

Try adding python -m, python3 -m, or py -m to the front. If that doesn't fix please look here and here.