pip install --upgrade -e .
when you are inside the top-level after a clone, this will add the package to your env, but allow you to edit files and test the changesGPT3Discord
folder, I'd clone gpt-index, then inside the gpt-index
folder i'd run the pip command?git clone <gpt_index_url>
and then cd gpt_index
and then pip install --upgrade -e .
-e
option)