Update instructions to install Khoj using Conda

- Requires instally PyQT6 using pip as conda doesn't have a package
  for pyqt6 yet
This commit is contained in:
Debanjum Singh Solanky 2022-12-03 13:32:50 -03:00
parent 1990d09032
commit 676de2372e

View file

@ -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