Hello, just yesterday I began attempting to run this programme. I am not great with tech, but followed the steps closely. When I downloaded the Python interpreter, I then go to the requirements.txt folder, but am never prompted to install requirements. Any idea why this may be? I have uninstalled and repeated twice now.
I am a finance guy who can tinker with codes, not a hardcore programmer. If PyCharm IDE is not suggesting auto installation of requirements.txt, try installing manually using the packages option or otherwise a command line "pip install -r requirements.txt". See if it helps! Edit: using the packages option will be like installing requirements one by one, better consider using the command line. In case it doesn't work, I will post an instruction video tomorrow probably.
Quick setup guide:
ruclips.net/video/yk_ROWxcua4/видео.htmlsi=dPd0KudZ_UROxE1x
Detailed setup guide:
ruclips.net/video/IXflenwJzhQ/видео.htmlsi=5fR6zrNF5ekIapOz
Hello, just yesterday I began attempting to run this programme. I am not great with tech, but followed the steps closely. When I downloaded the Python interpreter, I then go to the requirements.txt folder, but am never prompted to install requirements. Any idea why this may be? I have uninstalled and repeated twice now.
For extra context, the text in the requirements folder is orange instead of white like yours
I am a finance guy who can tinker with codes, not a hardcore programmer. If PyCharm IDE is not suggesting auto installation of requirements.txt, try installing manually using the packages option or otherwise a command line "pip install -r requirements.txt". See if it helps!
Edit: using the packages option will be like installing requirements one by one, better consider using the command line. In case it doesn't work, I will post an instruction video tomorrow probably.
@@taimurSM Will work on it again. Side question, do you recommend 3.9, or should newer versions of python work?
@@Aceeses1 3.9 should work, I am on 3.12 (tested it on 3.10 and 3.11). Expect a video explaining installation of requirements.txt in less than hour.
I have uploaded a video, it should help you get it up and running (ruclips.net/video/yk_ROWxcua4/видео.html)