Python Forum
Trying to install bdfr from github
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to install bdfr from github
#1
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
Reply
#2
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
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  GitHub, playsound install Qs/? tronic72 5 1,370 Nov-12-2023, 09:32 PM
Last Post: tronic72

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020