From 676de2372eb9962437374b2750f5cc63076af5be Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sat, 3 Dec 2022 13:32:50 -0300 Subject: [PATCH] Update instructions to install Khoj using Conda - Requires instally PyQT6 using pip as conda doesn't have a package for pyqt6 yet --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 14794746..9647bcdb 100644 --- a/Readme.md +++ b/Readme.md @@ -215,6 +215,7 @@ docker-compose build --pull git clone https://github.com/debanjum/khoj && cd khoj conda env create -f config/environment.yml conda activate khoj +python3 -m pip install pyqt6 # As conda does not support pyqt6 yet ``` ##### 3. Configure