After setting up octoprint for the first time and connecting the raspberry pi its running on via usb, I got this error:
Warning: Firmware Broken
Your printer's firmware is known to have a broken implementation of the communication protocol. This may cause print failures or other annoyances. You'll need to take additional steps for OctoPrint to fully work with it.
I clicked "learn more" and it brought me to a page saying my printer does not report its temprature properly and to use a command to install a fix.
this is the page it takes me to:
and this is the command it reccomends.
pip install "https://github.com/SimplyPrint/OctoPrint-Creality2xTemperatureReportingFix/archive/master.zip"
It does not say where to use this command, I assumed its was when sshed into the raspberry pi running octoprint but it returns:
-bash: pip: command not found
How do I implement this fix?