mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Fix Readme on how to install, upgrade to development khoj via pip
This commit is contained in:
parent
110e3df0b7
commit
34d5aa6a77
1 changed files with 3 additions and 3 deletions
|
@ -158,10 +158,10 @@ pip install --upgrade khoj-assistant
|
|||
# To Upgrade To Latest Pre-Release
|
||||
pip install --upgrade --pre khoj-assistant
|
||||
|
||||
# To Upgrade To Specific Development Release
|
||||
# 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
|
||||
# Note: khoj-assistant is published to test PyPi on creating a PR
|
||||
pip install -i https://test.pypi.org/simple/ khoj-assistant==0.1.5.dev57166025766
|
||||
```
|
||||
|
||||
#### Using Docker
|
||||
|
|
Loading…
Add table
Reference in a new issue