I want to use the Dlubal API and am already failing during the setup according to the instructions (https://apidocs.dlubal.com/installation_python.html#installation-python). The step "Install the Dlubal API Package" (pip install dlubal.api) works so far, but at the following step "Verify the installation" (pip list | grep dlubal), the following error message appears, so the subsequent steps do not work either, please help.
grep: The term "grep" is not recognized as the 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.
At line:1 char:12
pip list | grep dlubal
+ CategoryInfo: ObjectNotFound: (grep:String) [], CommandNotFoundException
+ FullyQualifiedErrorId: CommandNotFoundException