You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remember correctly, setting up and activating a virtual environment (python3 -m venv .venv, source .venv/bin/activate) and installing it from there with pip3 install . made everything run out of the box for me.
I just tried to reproduce it and everything worked as intended (Python 3.10.12).
If I try to run it locally I have to change several loc:
Add this to main.py
and change this import
In addition, I have to install all deps myself. Wouldn't a requirements file make sense?
I think the issues exist because I have no python experience :-) So some small getting started docs might be helpful.
The text was updated successfully, but these errors were encountered: