Prevent Zoom on Input in Web Interface. Document Pip upgrade in Readme

- Name /Reload API Controller Reload
This commit is contained in:
Debanjum Singh Solanky
2022-08-05 03:51:34 +03:00
parent 675e821d95
commit 49ef741d4b
3 changed files with 14 additions and 1 deletions

View File

@@ -158,6 +158,18 @@ docker-compose up -d
### Upgrade
### Using Pip
```shell
# To Upgrade To Latest Stable Release
pip install --upgrade khoj-assistant
# To Upgrade To Latest Pre-Release
pip install --upgrade --pre khoj-assistant
# To Upgrade To Specific Development Release
pip install -r testpypi khoj-assistant==0.1.5.dev491659577806
```
#### Using Docker
``` shell