Closed NathanHazout closed 4 years ago
on macOS, following the documentation to install:
pip3 install mtools[all]
I get
zsh: no matches found: mtools[all]
You need to quote the brackets in zsh.
pip3 install 'mtools[all]'
The documentation at http://blog.rueckstiess.com/mtools/install.html should be updated to use the quotes also.
on macOS, following the documentation to install:
pip3 install mtools[all]
I get
zsh: no matches found: mtools[all]