mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00: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:
@@ -215,6 +215,7 @@ docker-compose build --pull
|
|||||||
git clone https://github.com/debanjum/khoj && cd khoj
|
git clone https://github.com/debanjum/khoj && cd khoj
|
||||||
conda env create -f config/environment.yml
|
conda env create -f config/environment.yml
|
||||||
conda activate khoj
|
conda activate khoj
|
||||||
|
python3 -m pip install pyqt6 # As conda does not support pyqt6 yet
|
||||||
```
|
```
|
||||||
|
|
||||||
##### 3. Configure
|
##### 3. Configure
|
||||||
|
|||||||
Reference in New Issue
Block a user