I've cloned the repo and tried to run: `python3 ./src/server.py` but got a `ModuleNotFoundError: No module named 'PIL'` error. Do I need to install packages like in the javascript world?
I've cloned the repo and tried to run:
python3 ./src/server.pybut got a
ModuleNotFoundError: No module named 'PIL'error.
Do I need to install packages like in the javascript world?