AI4Finance-Foundation / FinGPT

FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.
https://ai4finance.org
MIT License
13.84k stars 1.92k forks source link

How to install the this on my Mac ? #32

Open sandyrs9421 opened 1 year ago

sandyrs9421 commented 1 year ago

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 :)

oliverwang15 commented 1 year ago

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.

  1. Clone this repo by the following command: git clone git@github.com:AI4Finance-Foundation/FinGPT.git
  2. Choose the project you are interested in this folder
  3. Run the following code to install third-party modules: pip3 install -r requirements.txt
  4. Run the codes with the instruction in the README.md in each project.