Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please make a tutorial video #29

Open
Sechmail opened this issue Dec 27, 2024 · 3 comments
Open

please make a tutorial video #29

Sechmail opened this issue Dec 27, 2024 · 3 comments

Comments

@Sechmail
Copy link

Can you please make a tutorial video of how this AI is intended to be used. Are there any requirements for running it on cloud infrastructure. Thank you in advance

@gabrielchoong
Copy link

There's a guide to setting it up and using it in the README:

https://github.com/virattt/ai-hedge-fund/blob/main/README.md

@gitjackdownload
Copy link

gitjackdownload commented Dec 30, 2024

Hi, this guide doesn't work as written. Running terminal on a Mac, and entering the "poetry install" command, I get the response "zsh: command not found: poetry"

I also don't know how to do this part, which isn't included in your guide but which arises in the Terminal
"Add export PATH="/Users/xxxxx/.local/bin:$PATH" to your shell configuration file."

So a full video tutorial would be super useful. As written, the install stalls, and I had to manually remove the folder

PS Thanks for your work - this looks very interesting!

@gabrielchoong
Copy link

I also don't know how to do this part, which isn't included in your guide but which arises in the Terminal "Add export PATH="/Users/xxxxx/.local/bin:$PATH" to your shell configuration file."

Hi, if you have ran the command to install poetry, open up your .zshrc or .bashrc (or any shell configs that you might be using), and add this line:

export PATH="/Users/xxxxx/.local/bin:$PATH"

into your config file. it's usually located in your ~/ directory, or your home folder.

PS Thanks for your work - this looks very interesting!

btw I'm not the author of the repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants