Skip to content
Jacob edited this page Aug 7, 2021 · 3 revisions

This project is a mix of python and rust so rustc must be installed. pyd files may be included in a release if you don't have rustc installed. To build the rust code into a pyd you can either use:

  1. Recommended: Maturin (pip install maturin) and use maturin develop --release to automatically build the dll and add it as a module to your virtual environment.
  2. Manually build the dll and rename the extension to .pyd and move the file to /albumpaper

Also install python dependencies as usual and rename _services.ini to services.ini

Clone this wiki locally