Skip to content

Installing Haystack+Extras via a requirements.txt #2629

Answered by masci
rdubester asked this question in Questions
Discussion options

You must be logged in to vote

Hey @rdubester, I'm pasting here my response from SO.

The format for listing Haystack in your requirements.txt should be the following (I pin the version here but it's not mandatory):

farm-haystack[all]==1.5.0

If you want to pin a specific git commit instead, the line in your requirements.txt should just be:

git+https://github.com/deepset-ai/haystack.git#egg=farm-haystack[all]

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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