Add Instruction to Install, Run Khoj via Pip to Readme #Development

This commit is contained in:
Debanjum Singh Solanky
2022-08-02 21:12:27 +03:00
parent 1b55462fb0
commit d57bd41019
2 changed files with 41 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ setup(
name='khoj',
version='1.0',
description="A natural language search engine for your personal notes, transactions and images",
long_description=open('README.md', "r", encoding="utf-8").read(),
long_description=open('Readme.md', "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
author='Debanjum Singh Solanky, Saba Imran',
author_email='debanjum@gmail.com',
@@ -48,5 +48,6 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
)