khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
14.77k stars 735 forks source link

Fixed zsh error no matches found #414

Closed Muftawo closed 1 year ago

Muftawo commented 1 year ago

Running pip install -e .[dev] in zsh results in following error:

pip install -e .[dev] 
zsh: no matches found: .[dev]

This is because zsh uses square brackets for globbing / pattern matching.

sabaimran commented 1 year ago

Closing as this was merged in #417.