Installation

Requirements

On Linux and macOS to install this library you must have make, cmake, C++11 compatible compiler, Python headers, Opus and OpenSSL libraries and headers installed:

  • Debian-based distributions

    $ apt install make cmake gcc g++ python3-dev gcc g++ openssl libssl-dev libopus0 libopus-dev
    
  • Archlinux-based distributions

    $ pacman -S make cmake gcc python3 openssl opus
    
  • macOS

    $ brew install make cmake gcc g++ python3 openssl opus
    

Install pytgvoip

  • Stable version:

    $ pip install pytgvoip
    
  • Development version:

    $ pip install git+https://github.com/bakatrouble/pytgvoip#egg=pytgvoip