llm_qualitative_data_analysis icon indicating copy to clipboard operation
llm_qualitative_data_analysis copied to clipboard

Requirements.txt seems missing

Open DriesVG93 opened this issue 10 months ago • 1 comments

Hi This seems a wonderfull application. I might be overlooking something (I'm quite new with github), but the requirements.txt seems to be missing, by which I can't get the pip install -r requirements.txt running. I looked into the files I cloned (online and in my harddrive and indeed, there does not seem to be a requirements.txt file. Am I looking at someplace wrong, or could you instruct me where I can find the requirements.txt?

Kind regards Dries

DriesVG93 avatar Jan 20 '25 13:01 DriesVG93

Hey @DriesVG93 I replaced the requirements by a pipenv system. But I reverted it. I pushed a new version :

[0.2.0] - 2025-01-20

  • Add a script to get started
  • Add a secrets.toml file to store your OpenAI API key
  • Fix getting-started.sh script
  • Add requirements.txt file

All you have to do is, having your openai api key in hand, and run sudo ./scripts/getting_started.sh. You should be good to go.

Gamma-Software avatar Jan 20 '25 20:01 Gamma-Software