get-pytube / pytube3

A lightweight, dependency-free Python 3 library (and command-line utility) for downloading YouTube Videos.
https://pytube3.readthedocs.io
Other
178 stars 55 forks source link

can you resolve this what am i suppose to put for setup optiosn please as im getting this error. #119

Open jamieduk opened 2 years ago

jamieduk commented 2 years ago

usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help

error: no commands supplied

jamieduk commented 2 years ago

Solved with this (should be placed inside readme file asap)

./setup.py build && ./setup.py install