Important
Rust is needed for installing this library
Warning
May not work due different architecture
- Using pip
pip install lm_deezer_bf_dec
- Create a python virtual environment
python3.12 -m venv venv
- Activate it
source venv/bin/activate
- Install maturin
pip install maturin[patchelf]
- 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
- Build it
maturin build -r --sdist
- Install it
pip install target/wheels/<file>.tar.gz