From 4a8920f9a4874fbc2d8a1e492076d7fde3b4e4a4 Mon Sep 17 00:00:00 2001 From: Raghav Tirumale <62105787+MythicalCow@users.noreply.github.com> Date: Mon, 27 May 2024 12:52:08 -0500 Subject: [PATCH] formatting fix --- documentation/docs/contributing/development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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