Hi,
thank you for the new version. FYI the install script didn't work for me on MacOS though:
bash install_dependencies.sh
install_dependencies.sh: line 6: syntax error near unexpected token `$'{\r''
Solution was for me:
sed -i '' 's/\r$//' install_dependencies.sh
Hi,
thank you for the new version. FYI the install script didn't work for me on MacOS though:
Solution was for me:
sed -i '' 's/\r$//' install_dependencies.sh