Skip to content

Commit 2ecf37f

Browse files
committed
add: install the library using poetry
1 parent 43d951e commit 2ecf37f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ If you want to modify TinyTroupe itself, you can install it in editable mode (i.
182182
```bash
183183
pip install -e .
184184
```
185+
186+
or
187+
188+
Install the library using poetry
189+
```bash
190+
poetry install
191+
```
185192

186193
## Principles
187194
Recently, we have seen LLMs used to simulate people (such as [this](https://github.com/joonspk-research/generative_agents)), but largely in a “game-like” setting for contemplative or entertainment purposes. There are also libraries for building multiagent systems for problem-solving and assistive AI, like [Autogen](https://microsoft.github.io/) and [Crew AI](https://docs.crewai.com/). What if we combine these ideas and simulate people to support productivity tasks? TinyTroupe is our attempt. To do so, it follows these principles:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
]
1515
description = "LLM-based people simulation for design, validation and insight generation in business."
1616
readme = "README.md"
17-
requires-python = ">=3.10"
17+
requires-python = ">=3.11,<4.0"
1818
classifiers = [
1919
"Programming Language :: Python :: 3",
2020
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)