Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.66 KB

installation.mdx

File metadata and controls

72 lines (55 loc) · 1.66 KB
title description icon
Installation
Get started with Upsonic - Install, configure, and build your first AI Agent
wrench
**Python Version Requirements**

Upsonic requires Python >=3.10. Here's how to check your version:

python3 --version

If you need to update Python, visit python.org/downloads

Installing Upsonic

Now let's get you set up\\\\\! 🚀

Install Upsonic with all recommended tools using either method:
```shell Terminal
pip install upsonic
```

</CodeGroup>
If you have an older version of Upsonic installed, you can upgrade it:
```shell Terminal
pip install --upgrade Upsonic
```

<Note>
  Skip this step if you're doing a fresh installation.
</Note>
Check your installed versions:
```shell Terminal
pip freeze | grep upsonic
```

You should see something like:

```markdown Output
upsonic==X.X.X
```

<Check>
  Installation successful\\\\\\\\\\! You’re ready to create your first Agent and Task.
</Check>

Next Steps

Follow our quickstart guide to create your first Upsonic agent and get hands-on experience. Connect with other developers, get help, and share your Upsonic experiences.