tgbugs / ontquery

a framework querying ontology terms
MIT License
3 stars 3 forks source link

How to install remote version? #33

Closed LinkunGao closed 2 years ago

LinkunGao commented 2 years ago
image

Is this need a specific python version?

tgbugs commented 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.