title | description | icon |
---|---|---|
Installation |
Get started with Upsonic - Install, configure, and build your first AI Agent |
wrench |
Upsonic requires Python >=3.10
. Here's how to check your version:
python3 --version
If you need to update Python, visit python.org/downloads
Now let's get you set up\\\\\! 🚀
Install Upsonic with all recommended tools using either method:```shell Terminal
pip install upsonic
```
</CodeGroup>
```shell Terminal
pip install --upgrade Upsonic
```
<Note>
Skip this step if you're doing a fresh installation.
</Note>
```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>