mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-31 02:01:02 +02:00
* Update installation.md I needed to run this additional command to install python3.9-specific distutils. Without this, installation of several poetry dependencies (idna, pyparsing, sniffio) failed with message: ModuleNotFoundError: No module named 'distutils.cmd' * Update installation.md