FinGPT
FinGPT copied to clipboard
How to install the this on my Mac ?
Hello Team ,
came across this REPO and wanted to explore more but i wanted to know the installation steps to try this out on my mac.
can anyone please help me with the steps for the same?
Thanks in advance :)
Hi, sandyrs9421. I would very be glad to help but unfortunately, I don't have a computer with MacOS now, but you still can try the following steps and I believe it should work on all Windows, Linux, and Mac operation systems.
- Clone this repo by the following command:
git clone [email protected]:AI4Finance-Foundation/FinGPT.git
- Choose the project you are interested in this folder
- Run the following code to install third-party modules:
pip3 install -r requirements.txt
- Run the codes with the instruction in the
README.md
in each project.