mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Update Readmes to use python -m pip install khoj-assistant
Makes it easier to tell pip associated with which python is being used. Easier to debug when users have different versions of python installed (e.g 3.10 and 3.11)
This commit is contained in:
11
README.md
11
README.md
@@ -119,10 +119,15 @@ These are the general setup instructions for Khoj.
|
||||
Its simpler as it can skip the *configure* step below.
|
||||
|
||||
### 1. Install
|
||||
- On Linux/MacOS
|
||||
```shell
|
||||
python -m pip install khoj-assistant
|
||||
```
|
||||
|
||||
```shell
|
||||
pip install khoj-assistant
|
||||
```
|
||||
- On Windows
|
||||
```shell
|
||||
py -m pip install khoj-assistant
|
||||
```
|
||||
|
||||
### 2. Run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user