mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Add more details to Readme for pip install, upgrade during development
This commit is contained in:
@@ -136,7 +136,7 @@ pip install --upgrade khoj-assistant
|
||||
``` shell
|
||||
git clone https://github.com/debanjum/khoj && cd khoj
|
||||
python -m venv .venv && source .venv/bin/activate
|
||||
pip install .
|
||||
pip install -e .
|
||||
```
|
||||
##### 2. Configure
|
||||
- Set `input-files` or `input-filter` in each relevant `content-type` section of `khoj_sample.yml`
|
||||
@@ -159,6 +159,8 @@ pip install --upgrade khoj-assistant
|
||||
pip install --upgrade --pre khoj-assistant
|
||||
|
||||
# To Upgrade To Specific Development Release
|
||||
# Useful to test, review a PR.
|
||||
# A khoj-assistant package is automatically uploaded to Test PyPi
|
||||
pip install -r testpypi khoj-assistant==0.1.5.dev491659577806
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user