Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 716 Bytes

README.md

File metadata and controls

40 lines (37 loc) · 716 Bytes

LM_DEEZER_BF_DEC

Important

Rust is needed for installing this library

Direct install

Warning

May not work due different architecture

  1. Using pip
    pip install lm_deezer_bf_dec

Build by yourself

  1. Create a python virtual environment
    python3.12 -m venv venv
  2. Activate it
    source venv/bin/activate
  3. Install maturin
    pip install maturin[patchelf]
  4. Install Rust

    [!NOTE] If you have already installed RUST you can jump this step

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  5. Build it
    maturin build -r --sdist
  6. Install it
    pip install target/wheels/<file>.tar.gz