Installation
Prerequisites
Installation
Installation from source
git clone https://github.com/agiresearch/AIOS.gitpython3.x -m venv venv # Only support for Python 3.10 and 3.11
source venv/bin/activateconda create -n venv python=3.x # Only support for Python 3.10 and 3.11
conda activate venvpip install uv
Last updated