I’m trying to install a library not found in the search function.
E:\Documents\PlatformIO\Projects\ATtiny_temp> pio lib install C:\users\hans\downloaeds\avr-onewire.zip
pio: The term 'pio' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS E:\Documents\PlatformIO\Projects\ATtiny_temp> pio lib install "C:\users\hans\downloaeds\avr-onewire.zip"
pio: The term 'pio' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS E:\Documents\PlatformIO\Projects\ATtiny_temp>
I went into PlatformIO Core CLI and put in the command again and it worked. The library was installed but PlatformIO.ini was not updated. Shouldn’t it be updated when a library is installed?