Gaarv / kadenze-dl

Small application to download Kadenze (https://www.kadenze.com) videos for courses you enrolled in
MIT License
50 stars 16 forks source link

pip3 and python3 commands examples #24

Closed fguillen closed 2 years ago

fguillen commented 2 years ago

I suggest to update the README to add examples of how to use the commands when your commands are pip3 and python3

I was very close to give up thinking there was a bug or something until I tried the *3 version of the commands.

Basically are 2 changes:

pip3 install -U .
python3 kadenze-dl.py
Gaarv commented 2 years ago

Those are usually linked to pip / python but you're right, since only python3 is supported, might as well use it directly. I updated the README.