- python 3.10+
We recommend that you use python 3.10+ to get the best performance and functionality. The entire project has passed all tests on python 3.10.0. If you are using a python version lower than 3.10, we cannot guarantee that the project will run correctly.
pip install agentUniverse
More version information can be found on the PyPi agentUniverse
In actual projects, we recommend that you use poetry or other tools to manage project dependencies. You can install it with the following command:
poetry add agentUniverse
Or add the following content to your pyproject.toml
file:
[tool.poetry.dependencies]
agentUniverse = "^0.0.3"
A standard project's pyproject.toml
can be found here.
Use the poetry update
command to update dependencies:
poetry update
pip list | grep agentUniverse
If you see agentUniverse
and its version number, the installation was successful.