-
-
Notifications
You must be signed in to change notification settings - Fork 5
Build from source
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:
- Recommended: Maturin (
pip install maturin
) and usematurin develop --release
to automatically build the dll and add it as a module to your virtual environment. - 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