florianfesti / boxes

Boxes.py - laser cutting boxes and more
GNU General Public License v3.0
957 stars 343 forks source link

Documentation missing requierment for python3-qrcode in the Installation/Requirements section #676

Closed tbystrican closed 1 month ago

tbystrican commented 1 month ago

Describe the bug Missing requirement for python3-qrcode in the Installation/Requirements section OS: Fedora 39 Linux fedora 6.8.8-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Apr 27 17:42:13 UTC 2024 x86_64 GNU/Linux

To Reproduce run ./setup.py build without python3-qrcode installed

The following error occurs: ModuleNotFoundError: No module named 'qrcode'

Expected behavior Clean build without errors

Screenshots or Drawings image

Additional context The issue has been solved after installing python3-qrcode

image

florianfesti commented 1 month ago

Ok, fixed the docs by including the requirement*.txt files (387beee9dbda798b3bd61159356bff6be28e7345). It's not that good looking but reduces redundancy.

Thanks for reporting!