Skip to content

Is there any other way to install Haystack besides using 'pip install' #6467

Answered by ZanSara
mc112611 asked this question in Questions
Discussion options

You must be logged in to vote

Hey @mc112611, this is rather a Python question than a question regarding Haystack, so I suggest you check a tutorial about how to manage editable installations with pip.

The key is the -e flag, that lets you install local folders. For example, if you have a folder called my_haystack/ with the code you want to use, you can do pip install -e ./my_haystack, and when you modify the files inside the folder, the package will stay up-to-date.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mc112611
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants