Skip to content

Installation

Requirements

  • Python 3.10+

From PyPI

pip install pydjirecord

To also parse VirtualStick (type 33) records, install the optional protobuf extra:

pip install 'pydjirecord[proto]'

From source

git clone https://github.com/rembish/pydjirecord.git
cd pydjirecord
make install

This creates a virtualenv at .venv/ and installs the package in editable mode with dev dependencies.