I can't run this program:(

Hi, I found out about this program and I’d like to make it work. Unfortunately I have no Python skills, so I don’t know how to run it. If someone was good enough to help me, I would be very grateful.
Thanks in advance :slight_smile:

1 Like

To you’d need to:

  • install python
  • install the external libraries collected in requirements.txt file
  • run code/main.py script using python interpreter
1 Like