Had a minor issues with the following syntax on latest ubuntu:
"
-Install NumPy, zerconf, requests, and termcolor Python dependencies via pip:
pip install numpy=1.26.4 zeroconf requests termcolor
"
Use == instead of = when specifying a version:
pip install numpy==1.26.4 zeroconf requests termcolor
Thanks for the work trying out this atm! π