Skip to content

Installation

Rohit Potter edited this page Dec 7, 2019 · 1 revision

Debian-like GNU/Linux, macOS and Linux

whatsapp-play is available on PyPI. You can install whatsapp-play by pip command

pip install wplay

IMPORTANT: if you have installed both Python 2 and 3, the pip command could invoke an installation for Python 2. To see which Python version pip refers to, try pip -V. If it turns out pip is your Python 2 pip, try pip3 install wplay instead.

Clone this wiki locally