diff --git a/documentation/docs/contributing/development.mdx b/documentation/docs/contributing/development.mdx index b98a1701..8494daa0 100644 --- a/documentation/docs/contributing/development.mdx +++ b/documentation/docs/contributing/development.mdx @@ -121,7 +121,7 @@ sudo -u postgres createdb khoj --password 1. Command `khoj` Not Recognized - Try reactivating the virtual environment and rerunning the `khoj` command. - If it still doesn't work repeat the installation process. -2. Python Package Missing *Usually says import xxx not recognized* +2. Python Package Missing - Use `pip install xxx` and try running the `khoj` command. 3. Command `createdb` Not Recognized - make sure path to postgres binaries is included in environment variables. It usually looks something like