Prepare Khoj for PyPi. Include Readme in dist, Fix metadata in setup.py

This commit is contained in:
Debanjum Singh Solanky
2022-08-02 22:26:31 +03:00
parent d57bd41019
commit 765e10bc2c
4 changed files with 18 additions and 13 deletions

View File

@@ -128,9 +128,8 @@ docker-compose build --pull
2. Install Khoj
``` shell
git clone https://github.com/debanjum/khoj && cd khoj
virtualenv -m python3 .venv && source .venv/bin/activate
pip install .
virtualenv -m python3 .venv && source .venv/bin/activate # Optional
pip install khoj-assistant
```
3. Configure
@@ -176,9 +175,7 @@ docker-compose build --pull
### Upgrade On Local Machine
#### Using Pip
``` shell
cd khoj
git pull origin master
pip install --upgrade .
pip install --upgrade khoj-assistant
```
#### Using Conda