llm_agents icon indicating copy to clipboard operation
llm_agents copied to clipboard

Error in instructions and requirements.txt

Open MikeBeller opened this issue 2 years ago • 1 comments

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!

MikeBeller avatar Jun 02 '23 21:06 MikeBeller

Thanks that worked for me.

shawnesquivel avatar Sep 02 '23 23:09 shawnesquivel

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

mpaepper avatar Jan 03 '25 10:01 mpaepper