Dependencies and installation

Dependencies

pydiogment is build on Python3 and it requires the following:

  • Python packages:
  • NumPy (>= 1.17.2) : pip install numpy
  • SciPy (>= 1.3.1) : pip install scipy

Or you can simply use the requirements file in pip install -r requirements.txt

  • Pydiogment also requires FFmpeg, which you can install using: sudo apt install ffmpeg

Installation

If you already have a working installation of numpy and scipy, you can simply install pydiogment using pip:

pip install pydiogment

To update an exisiting pydiogment version use:

pip install -U pydiogment