mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
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:
parent
1990d09032
commit
676de2372e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue