Open brylie opened 3 years ago
pip freeze
would show all my installed packages, which is a lot more than the necessary dependencies. I've used pipreqs instead to find them and apparently the only dependencies are Pillow and NumPy.
Ok, remember to work in a Python environment rather than installing everything globally :-)
python -m venv .venv
then
source .venv/bin/activate
It is difficult to run the project without the necessary dependencies. Please provide a requirements.txt file so it is easy to install the project dependencies: