mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Add more details to Readme for pip install, upgrade during development
This commit is contained in:
parent
fd952e7273
commit
3f293a8766
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue