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

Error in instructions and requirements.txt #9

Closed
MikeBeller opened this issue Jun 2, 2023 · 2 comments
Closed

Error in instructions and requirements.txt #9

MikeBeller opened this issue Jun 2, 2023 · 2 comments

Comments

@MikeBeller
Copy link

Hi. Just encountered this project. Very helpful to see a simpler form of agents. Just a quick note: the installation instructions are not correct -- to get the dependencies and the llm_agents packages you really have to do

pip install -r requirements.txt
pip install -e .

Furthermore the requirements.txt is missing BeautifulSoup (bs4)

These are pretty trivial changes and I am in a rush so I didn't create a PR. Let me know if anything is unclear. Thanks for making this available!

@shawnesquivel
Copy link

Thanks that worked for me.

@mpaepper
Copy link
Owner

mpaepper commented Jan 3, 2025

Thanks @MikeBeller, I updated it in the README now.

@mpaepper mpaepper closed this as completed Jan 3, 2025
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