1
Prepare Environment
Ensure Python 3.8+ and pip are installed on your system (Ubuntu/Debian, MacOS, or Windows).
2
Create Project Directory
Create a directory for your project using `mkdir directory_name`.
3
Install uAgents
Install the library via pip using `pip install uagents`.
4
Verify Installation
Run `pip show uagents` to confirm the package is installed.
5
Source Installation (Optional)
Clone the repository with `git clone https://github.com/fetchai/uAgents.git`, navigate to the directory, then run `poetry install` followed by `poetry shell`.