Closed LinkunGao closed 2 years ago
The issue is that zsh doesn't like the square brackets so they have to go in quotes.
python3 -m pip install "ontquery[services]"
should work in zsh and I updated the readme to avoid that pitfall. Thanks for the report.
Is this need a specific python version?