dvingerh / PyInstaLive

Python script to download Instagram livestreams.
MIT License
547 stars 111 forks source link

"Quickstart" is wrong #141

Closed naddika closed 1 year ago

naddika commented 2 years ago

Install the prerequisites and then PyInstaLive.

What's "then PyInstaLive"?

PyInstaLive
zsh: command not found: PyInstaLive

Run pyinstalive to generate a default configuration file.

$ pyinstalive
zsh: command not found: pyinstalive

Edit the configuration file using any text editor.

What configuration file?

Run pyinstalive -d "" to start downloading a livestream.

$ pyinstalive
zsh: command not found: pyinstalive
UnixCro commented 2 years ago

Hi, please follow the instructions.

python3 -m pip install git+https://github.com/dvingerh/PyInstaLive.git@3.2.4

And try it again. Thank you