Requirements.txt file missing #543
-
I was unable to run "pip install -r requirements.txt" as the file is missing. Does someone has it or is there an alternative? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @jean-gilbert, how's it going? I'm here to help you out with any bugs, questions, or contributions you might have. Let's get started! The
You can create a |
Beta Was this translation helpful? Give feedback.
-
Hello, @jean-gilbert. I'm sorry for not getting back to you sooner.
I'll close this discussion because of the long time it's been open and because it's answered. But please feel free to reopen it if you need further assistance |
Beta Was this translation helpful? Give feedback.
Hi @jean-gilbert just to point out, the simplest alternative is:
pip install paper-qa[dev]
git clone
this repo then (2)pip install -e ".[dev]"
This is stated in the
CONTRIBUTING.md
, just restating here too