Python Forum

Full Version: Trying to install bdfr from github
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For the past few hours I have been trying to install bdfr (https://github.com/aliparlakci/bulk-down...for-reddit) from github, but I can't find a way. When ever I open python and run the command mentioned in the installation part(python3 -m pip install bdfr --upgrade), I get invalid syntax.
I am very new to python. This is my second time actually getting a program from github.
Can someone walk me through how to install the program and maybe how to use the commands outlined there. Even if you have a link to some video to show me, I would very much appreciate it.

Thank you very much
The command
Output:
python3 -m pip install bdfr --upgrade
should be executed from terminal (cmd), not from python, i.e. it is not python code
Note, it will install the package from PyPI, not from GitHub repo
Thank you thank you, can't say thank you enough.

Now all that is left is to figure out how to run the commands they outlined :D

THANK YOU