mikavehns / BookGPT

Writes complete books with given paramters, using GPT-3.
MIT License
353 stars 66 forks source link

Installing requirements.txt #9

Closed Stefan2ND closed 1 year ago

Stefan2ND commented 1 year ago

I get this error message every time I use the command " pip install -r requirements.txt "

I might just be doing something wrong, but maybe some one smarter than me knows what I'm doing wrong :)

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

rowbot1 commented 1 year ago

I had some problem, the instructions say to run that command from the /src folder but the requirements.txt file is actually in the main folder. So go back to the main folder and run it again

mikavehns commented 1 year ago

Sorry for the mistake. I updated the README.md file.